theme property
ThemeData
get
theme
Returns the current theme data
Implementation
ThemeData get theme {
return Theme.of(this);
}
Returns the current theme data
ThemeData get theme {
return Theme.of(this);
}