textStyleSemiBold22 property

TextStyle get textStyleSemiBold22

Implementation

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