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