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