displayLargeRegular property

TextStyle get displayLargeRegular

Implementation

TextStyle get displayLargeRegular => const TextStyle(
      fontSize: 56,
      decoration: TextDecoration.none,
      fontStyle: FontStyle.normal,
      fontWeight: FontWeight.w400,
      height: 56 / 56,
      letterSpacing: -1,
    );