of static method

TextTheme of(
  1. BuildContext context
)

The ThemeData.textTheme property of the ambient Theme.

Equivalent to Theme.of(context).textTheme.

See also:

Implementation

static TextTheme of(BuildContext context) => Theme.of(context).textTheme;