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