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