bodyLarge property

TextStyle get bodyLarge

Largest of the body styles.

Body styles are used for longer passages of text.

Implementation

TextStyle get bodyLarge => TextStyle(
      fontSize: 20,
      fontWeight: FontWeight.w400,
      height: 24 / 20,
      fontFamily: fontFamily,
      color: textColor,
    );