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