theme method

ThemeData theme()

The ThemeData instance from the closest context.

Implementation

ThemeData theme() => Theme.of(this);