uiLabelSmall property
TextStyle
get
uiLabelSmall
UI Label Small Text Style
Implementation
TextStyle get uiLabelSmall {
return baseTextStyle.copyWith(
fontSize: 12.0,
fontWeight: VFontWeight.regular,
height: 1.3333,
);
}