bodyText2 property

TextStyle get bodyText2

Body Text 2 Text Style (the default)

Implementation

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