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