uiLabelLarge property

TextStyle get uiLabelLarge

UI Label Large Text Style

Implementation

TextStyle get uiLabelLarge {
  return baseTextStyle.copyWith(
    fontSize: 16.0,
    fontWeight: VFontWeight.regular,
  );
}