headline2 property

TextStyle get headline2

Headline 2 Text Style

Implementation

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