textStyleSemiBold26 property

TextStyle get textStyleSemiBold26

Implementation

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