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