currentTheme property

ThemeData get currentTheme

Returns the current ThemeData of the app.

Implementation

ThemeData get currentTheme => Theme.of(context);