textStyleBold40 property
TextStyle
get
textStyleBold40
Implementation
static TextStyle get textStyleBold40 => TextStyle(
color: ThemeHandler.currentTheme.fontPrimaryColor,
fontSize: 40,
fontWeight: FontWeight.w700,
);