tabSelected property
TextStyle
get
tabSelected
Tab Selected Text Style
Implementation
TextStyle get tabSelected {
return baseTextStyle.copyWith(
fontSize: 16.0,
fontWeight: VFontWeight.medium,
);
}