subtitle3 property
TextStyle
get
subtitle3
Subtitle 3 Text Style
Implementation
TextStyle get subtitle3 {
return baseTextStyle.copyWith(
fontSize: 16.0,
fontWeight: VFontWeight.semiBold,
);
}
Subtitle 3 Text Style
TextStyle get subtitle3 {
return baseTextStyle.copyWith(
fontSize: 16.0,
fontWeight: VFontWeight.semiBold,
);
}