textTheme property

TextTheme get textTheme

Short for Theme.of(context).textTheme.

Implementation

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