WalletCheckoutScreen constructor
const
WalletCheckoutScreen({
- Key? key,
- required PaymentCheckout data,
Implementation
const WalletCheckoutScreen({
super.key,
required this.data,
});