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