FlwCheckoutScreen constructor

const FlwCheckoutScreen({
  1. required FlwCheckoutRequest flwCheckoutRequest,
  2. Key? key,
})

the constructor

Implementation

const FlwCheckoutScreen({required this.flwCheckoutRequest, super.key});