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