Newinputpage constructor

const Newinputpage({
  1. Key? key,
  2. required Charge charge,
  3. required CheckoutMethod checkoutmethod,
  4. required dynamic onResponse(
    1. Map<String, dynamic>
    ),
  5. required String publicKey,
  6. required String secretKey,
})

Implementation

const Newinputpage({Key? key, required this.charge, required this.checkoutmethod, required this.onResponse, required this.publicKey, required this.secretKey}) : super(key: key);