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