WebScreen constructor
WebScreen({
- Key? key,
- required String url,
- String? logo,
- List<
ButtonConfig> ? buttons, - String? pageTitle,
- bool hasPageTitle = true,
- VoidCallback? onLoadFinished,
- ActionConfig? action,
Implementation
WebScreen({
super.key,
required this.url,
this.logo,
this.buttons,
this.pageTitle,
this.hasPageTitle = true,
this.onLoadFinished,
this.action,
});