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