textStyleMedium22 property

TextStyle get textStyleMedium22

Implementation

static TextStyle get textStyleMedium22 => TextStyle(
      color: ThemeHandler.currentTheme.fontPrimaryColor,
      fontSize: 22,
      fontWeight: FontWeight.w500,
    );