displaySmall property

TextStyle? get displaySmall

Returns the small display text style from the text theme.

Implementation

TextStyle? get displaySmall => textTheme.displaySmall;