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