headline3 property
TextStyle
get
headline3
Headline 3 Text Style
Implementation
TextStyle get headline3 {
return baseTextStyle.copyWith(
fontSize: 24.0,
fontWeight: VFontWeight.semiBold,
);
}
Headline 3 Text Style
TextStyle get headline3 {
return baseTextStyle.copyWith(
fontSize: 24.0,
fontWeight: VFontWeight.semiBold,
);
}