IndexTabStyle constructor

const IndexTabStyle({
  1. Color? textColor,
  2. Color? accentColor,
  3. double? tabBarHeight,
  4. double? tabBarRadius,
  5. double? indicatorRadius,
  6. EdgeInsetsGeometry? indicatorPadding,
  7. Color? labelColor,
  8. Color? unselectedLabelColor,
  9. TextStyle? labelStyle,
  10. TextStyle? unselectedLabelStyle,
  11. double? tabBarBgAlpha,
  12. String? tabSurahsLabel,
  13. String? tabJozzLabel,
  14. double? listItemRadius,
  15. double? surahRowAltBgAlpha,
  16. double? jozzAltBgAlpha,
  17. 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,
});