paragraphSmallMedium property

TextStyle get paragraphSmallMedium

Implementation

TextStyle get paragraphSmallMedium => const TextStyle(
      fontSize: 14,
      decoration: TextDecoration.none,
      fontStyle: FontStyle.normal,
      fontWeight: FontWeight.w500,
      height: 20.3 / 14,
      letterSpacing: 0,
    );