SearchTabStyle constructor

const SearchTabStyle({
  1. Color? textColor,
  2. Color? accentColor,
  3. String? searchHintText,
  4. TextStyle? searchHintStyle,
  5. TextStyle? searchTextStyle,
  6. double? searchBorderRadius,
  7. double? searchFillAlpha,
  8. EdgeInsetsGeometry? searchContentPadding,
  9. IconData? searchSuffixIconData,
  10. double? searchSuffixIconAlpha,
  11. double? surahChipRowHeight,
  12. double? surahChipRadius,
  13. EdgeInsetsGeometry? surahChipPadding,
  14. EdgeInsetsGeometry? surahChipMargin,
  15. Color? surahChipBgColor,
  16. TextStyle? surahChipTextStyle,
  17. Color? resultsDividerColor,
  18. double? resultsDividerThickness,
  19. double? subtitleTextAlpha,
  20. 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,
});