paragraphLargeMedium property

TextStyle get paragraphLargeMedium

Implementation

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