titleLarge property

TextStyle? get titleLarge

Titles are smaller than headline styles and should be used for shorter, medium-emphasis text.

Implementation

TextStyle? get titleLarge => _themeData.textTheme.titleLarge;