textStyleExtraBold26 property

TextStyle get textStyleExtraBold26

Implementation

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