uiLabelXSmall property
TextStyle
get
uiLabelXSmall
UI Label XSmall Text Style
Implementation
TextStyle get uiLabelXSmall {
return baseTextStyle.copyWith(
fontSize: 10.0,
fontWeight: VFontWeight.regular,
);
}