bodyLarge property

TextStyle? get bodyLarge

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

Implementation

TextStyle? get bodyLarge => textTheme.bodyLarge;