display2 property
TextStyle
get
display2
Display 2 Text Style
Implementation
TextStyle get display2 {
return baseTextStyle.copyWith(
fontSize: 58.0,
fontWeight: VFontWeight.semiBold,
);
}
Display 2 Text Style
TextStyle get display2 {
return baseTextStyle.copyWith(
fontSize: 58.0,
fontWeight: VFontWeight.semiBold,
);
}