titleSmall property
TextStyle?
get
titleSmall
Returns the small title text style from the text theme.
Implementation
TextStyle? get titleSmall => textTheme.titleSmall;
Returns the small title text style from the text theme.
TextStyle? get titleSmall => textTheme.titleSmall;