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