PayWithDepositsButton constructor

const PayWithDepositsButton({
  1. Key? key,
  2. required ButtonConfig buttonConfig,
  3. required String userEmail,
  4. required String subClientApiKey,
  5. required bool envMode,
  6. ValueChanged<ChargeFundResponse>? chargFundsResponse,
})

Implementation

const PayWithDepositsButton(
    {Key? key,
    required this.buttonConfig,
    required this.userEmail,
    required this.subClientApiKey,
    required this.envMode,
    this.chargFundsResponse});