LocationDesignSearchAppBar constructor
const
LocationDesignSearchAppBar({
- 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,
- required String? searchLabel,
- required dynamic searchResult(
- String result
Implementation
const LocationDesignSearchAppBar(
{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,
required this.searchLabel,
required this.searchResult});