textStyleExtraBold24 property

TextStyle get textStyleExtraBold24

Implementation

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