CNTabBarSearchStyle constructor
const
CNTabBarSearchStyle({
- double? iconSize,
- Color? iconColor,
- Color? activeIconColor,
- Color? searchBarBackgroundColor,
- Color? searchBarTextColor,
- Color? searchBarPlaceholderColor,
- Color? clearButtonColor,
- double? buttonSize,
- double? searchBarHeight,
- double? searchBarBorderRadius,
- EdgeInsets? searchBarPadding,
- EdgeInsets? contentPadding,
- double? spacing,
- Duration? animationDuration,
- bool showClearButton = true,
- CNSymbol? collapsedTabIcon,
Creates search tab styling configuration.
Implementation
const CNTabBarSearchStyle({
this.iconSize,
this.iconColor,
this.activeIconColor,
this.searchBarBackgroundColor,
this.searchBarTextColor,
this.searchBarPlaceholderColor,
this.clearButtonColor,
this.buttonSize,
this.searchBarHeight,
this.searchBarBorderRadius,
this.searchBarPadding,
this.contentPadding,
this.spacing,
this.animationDuration,
this.showClearButton = true,
this.collapsedTabIcon,
});