textTheme property

TextTheme get textTheme

Returns the textTheme of the current context, shorthand for Theme.of(context).textTheme

Implementation

TextTheme get textTheme => Theme.of(this).textTheme;