paragraphLarge property

TextStyle get paragraphLarge

Implementation

static TextStyle get paragraphLarge => TextStyle(
  fontFamily: fontFamily,
  fontSize: 18,
  height: 1.33,
  fontWeight: Weight.regular.value,
);