textTheme property

TextTheme get textTheme

Retrieves the text theme used in the current theme of the given context, similar to MediaQuery.of(context).padding.

Implementation

TextTheme get textTheme => theme.textTheme;