currentTheme property
ThemeData
get
currentTheme
Returns the current ThemeData of the app.
Implementation
ThemeData get currentTheme => Theme.of(context);
Returns the current ThemeData of the app.
ThemeData get currentTheme => Theme.of(context);