bodyMedium property

TextStyle? get bodyMedium

Returns the bodyMedium text style from the theme's TextTheme.

Implementation

TextStyle? get bodyMedium => textTheme.bodyMedium;