displaySmallMedium property

TextStyle get displaySmallMedium

Implementation

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