sh1Regular property

TextStyle get sh1Regular

Implementation

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