displaySmallRegular property

TextStyle get displaySmallRegular

Implementation

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