WalletSuccessScreen constructor
const
WalletSuccessScreen({})
Implementation
const WalletSuccessScreen({
super.key,
required this.amount,
required this.currency,
required this.transactionId,
this.isOrderPending = false,
});