textTheme property

TextTheme textTheme

DO THAT:

Theme.of(context).textTheme;

Implementation

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