SearchTabStyle class

نمط مخصص لتبويب البحث داخل مكتبة القرآن.

Constructors

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})
const
SearchTabStyle.defaults({required bool isDark, required BuildContext context})
factory

Properties

accentColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
listItemContentPadding EdgeInsetsGeometry?
final
resultsDividerColor Color?
final
resultsDividerThickness double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBorderRadius double?
final
searchContentPadding EdgeInsetsGeometry?
final
searchFillAlpha double?
final
searchHintStyle TextStyle?
final
searchHintText String?
final
searchSuffixIconAlpha double?
final
searchSuffixIconData IconData?
final
searchTextStyle TextStyle?
final
subtitleTextAlpha double?
final
surahChipBgColor Color?
final
surahChipMargin EdgeInsetsGeometry?
final
surahChipPadding EdgeInsetsGeometry?
final
surahChipRadius double?
final
surahChipRowHeight double?
final
surahChipTextStyle TextStyle?
final
textColor Color?
final

Methods

copyWith({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}) SearchTabStyle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited