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