textTheme property

TextTheme get textTheme

Returns the textTheme associated with the surrounding theme data of this context.

Implementation

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