WalletCheckoutScreen constructor

const WalletCheckoutScreen({
  1. Key? key,
  2. required PaymentCheckout data,
})

Implementation

const WalletCheckoutScreen({
  super.key,
  required this.data,
});