PayWithUssdButton constructor
PayWithUssdButton(
- Function _paywithUssd,
- TextEditingController bankController,
- Function showBottomSheet
Implementation
PayWithUssdButton(
this._paywithUssd, this.bankController, this.showBottomSheet);