textStyleMedium24 property

TextStyle get textStyleMedium24

Implementation

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