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