Minor Changes of const and bank logos
This commit is contained in:
@@ -58,7 +58,7 @@ class _TransactionSuccessScreen extends State<TransactionSuccessScreen> {
|
||||
const SizedBox(height: 24),
|
||||
Text(
|
||||
AppLocalizations.of(context).transactionSuccess,
|
||||
style: TextStyle(fontSize: 18, fontWeight: FontWeight.w600),
|
||||
style: const TextStyle(fontSize: 18, fontWeight: FontWeight.w600),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
const SizedBox(height: 6),
|
||||
|
Reference in New Issue
Block a user