titleSmall property

TextStyle? get titleSmall

Returns the titleSmall text style from the theme's TextTheme.

Implementation

TextStyle? get titleSmall => textTheme.titleSmall;