paragraphXSmallMedium property

TextStyle get paragraphXSmallMedium

Implementation

TextStyle get paragraphXSmallMedium => const TextStyle(
      fontSize: 12,
      decoration: TextDecoration.none,
      fontStyle: FontStyle.normal,
      fontWeight: FontWeight.w500,
      height: 17.4 / 12,
      letterSpacing: -0.5,
    );