bodyText3 property
TextStyle
get
bodyText3
Body Text 3 Text Style (the default)
Implementation
TextStyle get bodyText3 {
return baseTextStyle.copyWith(
fontSize: 14.0,
fontWeight: VFontWeight.regular,
);
}