textTheme property

TextTheme get textTheme

Equivalent to Theme.of(context).textTheme

Implementation

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