theme property
ThemeData
get
theme
Implementation
ThemeData get theme => context != null ? Theme.of(context!) : ThemeData();
ThemeData get theme => context != null ? Theme.of(context!) : ThemeData();