tabBar property

TabBarTheme get tabBar

TabBar基础样式

Implementation

static TabBarTheme get tabBar {
  return TabBarTheme(
    dividerColor: Colors.transparent,
    indicatorSize: TabBarIndicatorSize.label,
    labelStyle: TextStyles.tabLabel,
    unselectedLabelStyle: TextStyles.tabUnselectedLabel,
  );
}