PayWithUssdButton constructor

PayWithUssdButton(
  1. Function _paywithUssd,
  2. TextEditingController bankController,
  3. Function showBottomSheet
)

Implementation

PayWithUssdButton(
    this._paywithUssd, this.bankController, this.showBottomSheet);