getSelectedTabTextStyle method
Implementation
TextStyle? getSelectedTabTextStyle(BuildContext context) {
return tabStyle.selected.font ?? (_brandColor != null ? TextStyle(color: _brandColor) : Theme.of(context).tabBarTheme.labelStyle);
}
TextStyle? getSelectedTabTextStyle(BuildContext context) {
return tabStyle.selected.font ?? (_brandColor != null ? TextStyle(color: _brandColor) : Theme.of(context).tabBarTheme.labelStyle);
}