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