paragraphCaptionLarge property

TextStyle get paragraphCaptionLarge

Implementation

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