labelBuilder property

(Widget Function(double amount, )?) labelBuilder
final

Customize button label if you don't want default label to be shown. You will get amount and esewaLogo widget.

Implementation

final Widget Function(double amount, Widget? esewaLogo)? labelBuilder;