bodyText1 property
      
      TextStyle
      get
      bodyText1
      
    
    
Body Text 1 Text Style
Implementation
TextStyle get bodyText1 {
  return baseTextStyle.copyWith(
    fontSize: 18.0,
    fontWeight: VFontWeight.regular,
  );
}
Body Text 1 Text Style
TextStyle get bodyText1 {
  return baseTextStyle.copyWith(
    fontSize: 18.0,
    fontWeight: VFontWeight.regular,
  );
}