XPayJazzCashElementWidget constructor

XPayJazzCashElementWidget({
  1. Key? key,
  2. required XPayElementController controller,
  3. ValueChanged<bool>? onReady,
  4. XPayElementCustomStyle? style,
})

Implementation

XPayJazzCashElementWidget({
  super.key,
  required this.controller,
  this.onReady,
  XPayElementCustomStyle? style,
}) : style = style ?? XPayElementCustomStyle();