headline4 property

TextStyle get headline4

Headline 4 Text Style

Implementation

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