paragraphLargeBold property

TextStyle get paragraphLargeBold

Implementation

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