textStyleMedium40 property

TextStyle get textStyleMedium40

Implementation

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