h3Regular property

TextStyle get h3Regular

Implementation

static TextStyle get h3Regular => _theme.textTheme.displayLarge!.copyWith(
      fontSize: 24,
      fontWeight: FontWeight.w400,
      fontFamily: _clashDisplayFamily,
    );