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