bodyMedium property

TextStyle? bodyMedium

Middle size of the body styles.

Body styles are used for longer passages of text.

The default text style for Material.

Implementation

TextStyle? get bodyMedium => textTheme.bodyMedium;