textTheme property
TextTheme
get
textTheme
typeScale as a Material TextTheme, colored with M3EColorScheme.onSurface so it tracks the active scheme.
Implementation
TextTheme get textTheme =>
typeScale.withColor(colorScheme.onSurface).toTextTheme();