textStyleSemiBold20 property

TextStyle get textStyleSemiBold20

Implementation

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