paragraphCaptionSmall property

TextStyle get paragraphCaptionSmall

Implementation

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