textTheme property
Returns the textTheme associated with the surrounding theme data of this context.
Implementation
TextTheme get textTheme => Theme.of(this).textTheme;
Returns the textTheme associated with the surrounding theme data of this context.
TextTheme get textTheme => Theme.of(this).textTheme;