theme property

ThemeData get theme

Возвращает текущую тему, используя Theme.of.

Implementation

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