theme property
ThemeData
get
theme
Returns the current ThemeData of this BuildContext
Implementation
ThemeData get theme => Theme.of(this);
Returns the current ThemeData of this BuildContext
ThemeData get theme => Theme.of(this);