display1 property
TextStyle
get
display1
Display 1 Text Style
Implementation
TextStyle get display1 {
return baseTextStyle.copyWith(
fontSize: 70.0,
fontWeight: VFontWeight.semiBold,
);
}
Display 1 Text Style
TextStyle get display1 {
return baseTextStyle.copyWith(
fontSize: 70.0,
fontWeight: VFontWeight.semiBold,
);
}