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