DGHubBackAppBar constructor
const
DGHubBackAppBar({
- double? height,
- Color? backgroundColor,
- Color? backgroundColorDarkTheme,
- Color? cardColor,
- Color? cardColorDarkTheme,
- Color? iconColor,
- Color? iconColorDarkTheme,
- Color? labelColor,
- Color? labelColorDarkTheme,
- DGHubBackAppBarType type = DGHubBackAppBarType.defaultDesign,
- required List<
DGHubAppBarIcon> items, - dynamic backOnTap()?,
- bool enabledBottomLine = true,
- Key? key,
Implementation
const DGHubBackAppBar(
{this.height,
this.backgroundColor,
this.backgroundColorDarkTheme,
this.cardColor,
this.cardColorDarkTheme,
this.iconColor,
this.iconColorDarkTheme,
this.labelColor,
this.labelColorDarkTheme,
this.type = DGHubBackAppBarType.defaultDesign,
required this.items,
this.backOnTap,
this.enabledBottomLine = true,
super.key});