textTheme property

TextTheme textTheme

Short for Theme.of(context).textTheme.

Implementation

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