sh2Regular property

TextStyle get sh2Regular

Implementation

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