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