bodyLarge property

TextStyle? bodyLarge

shortcut for Theme.of(context).textTheme.bodyLarge

Implementation

TextStyle? get bodyLarge => textTheme.bodyLarge;