labelSmall property

TextStyle? labelSmall

Smallest of the label styles.

Label styles are smaller, utilitarian styles, used for areas of the UI such as text inside of components or very small supporting text in the content body, like captions

Implementation

TextStyle? get labelSmall => textTheme.labelSmall;