paragraphSmall property

TextStyle get paragraphSmall

Implementation

static TextStyle get paragraphSmall => TextStyle(
  fontFamily: fontFamily,
  fontSize: 14,
  height: 1.42,
  fontWeight: Weight.regular.value,
);