paragraphMediumRegular property

TextStyle get paragraphMediumRegular

Implementation

TextStyle get paragraphMediumRegular => const TextStyle(
      fontSize: 16,
      decoration: TextDecoration.none,
      fontStyle: FontStyle.normal,
      fontWeight: FontWeight.w400,
      height: 23.2 / 16,
      letterSpacing: 0,
    );