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