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