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