paragraphXSmallRegular property

TextStyle get paragraphXSmallRegular

Implementation

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