uiLabelActive property
TextStyle
get
uiLabelActive
UI Label Active Text Style
Implementation
TextStyle get uiLabelActive {
return baseTextStyle.copyWith(
fontSize: 14.0,
fontWeight: VFontWeight.medium,
);
}