textTheme property
Text with a color that contrasts with the card and canvas colors.
Deprecated
. Will be removed in the next version.
There are other text theme such as context.theme.primaryTextTheme
or
context.theme.accentTextTheme
that are also useful.
Should call context.theme.textTheme
instead.
Implementation
@deprecated
TextTheme get textTheme {
return theme.textTheme;
}