subtitle1 property

TextStyle get subtitle1

Subtitle 1 Text Style

Implementation

TextStyle get subtitle1 {
  return baseTextStyle.copyWith(
    fontSize: 18.0,
    fontWeight: VFontWeight.semiBold,
  );
}