textTheme property

TextTheme textTheme

Shortcut for accessing the app-wide theme-defined text theme.

Implementation

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