theme property
ThemeData
get
theme
Get the current ThemeData
Example: context.theme
Implementation
ThemeData get theme => Theme.of(this);
Get the current ThemeData
Example: context.theme
ThemeData get theme => Theme.of(this);