XPayJazzCashElementWidget constructor
XPayJazzCashElementWidget({
- Key? key,
- required XPayElementController controller,
- ValueChanged<
bool> ? onReady, - XPayElementCustomStyle? style,
Implementation
XPayJazzCashElementWidget({
super.key,
required this.controller,
this.onReady,
XPayElementCustomStyle? style,
}) : style = style ?? XPayElementCustomStyle();