Header constructor
Header({
- Key? key,
- List<
Widget> ? actions, - PreferredSizeWidget? bottom,
- String title = 'simpliWORKS™',
- bool centerTitle = true,
- bool showAllApps = false,
- bool automaticallyImplyLeading = true,
- PopupMenuItemSelected<
String> ? onSelected, - VoidCallback? onHomeCallback,
- Widget? leading,
- Widget? headerLogoAsset,
Implementation
Header(
{super.key,
this.actions,
this.bottom,
this.title = 'simpliWORKS™',
this.centerTitle = true,
this.showAllApps = false,
this.automaticallyImplyLeading = true,
this.onSelected,
this.onHomeCallback,
this.leading,
this.headerLogoAsset});