toTabBarTheme method
Convert ZeroTabBarStyle to theme data divider material TabBarTheme
Implementation
TabBarTheme toTabBarTheme() => TabBarTheme(
dividerColor: Colors.transparent,
indicatorColor: indicatorColor,
labelColor: activeColor,
unselectedLabelColor: inactiveColor,
labelStyle: labelStyle,
unselectedLabelStyle: labelStyle?.copyWith(color: inactiveColor),
labelPadding: labelPadding,
);