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