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