SearchTabStyle constructor
const
SearchTabStyle({
- Color? textColor,
- Color? accentColor,
- String? searchHintText,
- TextStyle? searchHintStyle,
- TextStyle? searchTextStyle,
- double? searchBorderRadius,
- double? searchFillAlpha,
- EdgeInsetsGeometry? searchContentPadding,
- IconData? searchSuffixIconData,
- double? searchSuffixIconAlpha,
- double? surahChipRowHeight,
- double? surahChipRadius,
- EdgeInsetsGeometry? surahChipPadding,
- EdgeInsetsGeometry? surahChipMargin,
- Color? surahChipBgColor,
- TextStyle? surahChipTextStyle,
- Color? resultsDividerColor,
- double? resultsDividerThickness,
- double? subtitleTextAlpha,
- EdgeInsetsGeometry? listItemContentPadding,
Implementation
const SearchTabStyle({
this.textColor,
this.accentColor,
this.searchHintText,
this.searchHintStyle,
this.searchTextStyle,
this.searchBorderRadius,
this.searchFillAlpha,
this.searchContentPadding,
this.searchSuffixIconData,
this.searchSuffixIconAlpha,
this.surahChipRowHeight,
this.surahChipRadius,
this.surahChipPadding,
this.surahChipMargin,
this.surahChipBgColor,
this.surahChipTextStyle,
this.resultsDividerColor,
this.resultsDividerThickness,
this.subtitleTextAlpha,
this.listItemContentPadding,
});