labelLarge property

TextStyle get labelLarge

Larger label for prominent controls.

Implementation

TextStyle get labelLarge => label.copyWith(fontSize: 15, height: 1.20);