textStyleExtraBold28 property

TextStyle get textStyleExtraBold28

Implementation

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