WebScreenAppBar constructor
const
WebScreenAppBar({
- Key? key,
- String? logo,
- required String? pageTitle,
- required bool hasPageTitle,
- required List<
ButtonConfig> buttons, - ActionConfig? action,
Implementation
const WebScreenAppBar({
Key? key,
this.logo,
required this.pageTitle,
required this.hasPageTitle,
required this.buttons,
this.action,
}) : super(key: key);