BootpayWidget constructor

BootpayWidget({
  1. Key? key,
  2. Payload? payload,
  3. BootpayWidgetControllerCallback? onWidgetCreated,
  4. required BootpayWidgetController controller,
})

Implementation

BootpayWidget({
  Key? key,
  this.payload,
  this.onWidgetCreated,
  required this.controller
});