paragraphCaptionxSmall property

TextStyle get paragraphCaptionxSmall

Implementation

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