tbtTabbarTheme top-level property

TabBarTheme tbtTabbarTheme
getter/setter pair

Implementation

TabBarTheme tbtTabbarTheme = TabBarTheme(
  labelColor: TBTColor.orangeAB8E,
  unselectedLabelColor: TBTColor.greyA4AF,
  unselectedLabelStyle: WowTextStyle.listItem,
  labelStyle: WowTextStyle.listItem.copyWith(fontWeight: FontWeight.w600),
  indicatorSize: TabBarIndicatorSize.tab,
  labelPadding: const EdgeInsets.all(0),
);