labelLarge property

TextStyle? get labelLarge

Label styles are intended for compact UI text, such as buttons, tabs, chips, and form labels.

Implementation

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