titleLarge property

TextStyle? titleLarge

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

Implementation

TextStyle? get titleLarge => textTheme.titleLarge;