BootpayWidget constructor
BootpayWidget({
- Key? key,
- Payload? payload,
- BootpayWidgetControllerCallback? onWidgetCreated,
- required BootpayWidgetController controller,
Implementation
BootpayWidget({
Key? key,
this.payload,
this.onWidgetCreated,
required this.controller
});