getUnselectedIndicatorTabTextStyle method
Implementation
TextStyle? getUnselectedIndicatorTabTextStyle(BuildContext context) {
return tabStyle.unselected.indicator.font ?? Theme.of(context).tabBarTheme.unselectedLabelStyle;
}
TextStyle? getUnselectedIndicatorTabTextStyle(BuildContext context) {
return tabStyle.unselected.indicator.font ?? Theme.of(context).tabBarTheme.unselectedLabelStyle;
}