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