IndexTabStyle constructor
const
IndexTabStyle({
- Color? textColor,
- Color? accentColor,
- double? tabBarHeight,
- double? tabBarRadius,
- double? indicatorRadius,
- EdgeInsetsGeometry? indicatorPadding,
- Color? labelColor,
- Color? unselectedLabelColor,
- TextStyle? labelStyle,
- TextStyle? unselectedLabelStyle,
- double? tabBarBgAlpha,
- String? tabSurahsLabel,
- String? tabJozzLabel,
- double? listItemRadius,
- double? surahRowAltBgAlpha,
- double? jozzAltBgAlpha,
- double? hizbItemAltBgAlpha,
Implementation
const IndexTabStyle({
this.textColor,
this.accentColor,
this.tabBarHeight,
this.tabBarRadius,
this.indicatorRadius,
this.indicatorPadding,
this.labelColor,
this.unselectedLabelColor,
this.labelStyle,
this.unselectedLabelStyle,
this.tabBarBgAlpha,
this.tabSurahsLabel,
this.tabJozzLabel,
this.listItemRadius,
this.surahRowAltBgAlpha,
this.jozzAltBgAlpha,
this.hizbItemAltBgAlpha,
});