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