BootpayWidgetWebView constructor
const
BootpayWidgetWebView({
- Key? key,
- required Payload payload,
- BootpayWidgetWebViewController? controller,
Implementation
const BootpayWidgetWebView({
Key? key,
required this.payload,
this.controller,
}) : super(key: key);