bodyText1 property

TextStyle get bodyText1

Body Text 1 Text Style

Implementation

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