fixed message
This commit is contained in:
@@ -10,7 +10,7 @@ Future<void> showPaymentStatusDialog(BuildContext context, {required bool isSucc
|
||||
final l10n = AppLocalizations.of(dialogContext)!;
|
||||
return AlertDialog(
|
||||
icon: isSuccess
|
||||
? const Icon(Icons.check_circle, color: Colors.green, size: 48)
|
||||
? const Icon(Icons.hourglass_top, color: Colors.amber, size: 48)
|
||||
: const Icon(Icons.error, color: Colors.red, size: 48),
|
||||
title: Text(
|
||||
isSuccess
|
||||
|
||||
Reference in New Issue
Block a user