theme property
ThemeData
get
theme
Returns the theme data for the context.
Implementation
ThemeData get theme => Theme.of(_ctx);
Returns the theme data for the context.
ThemeData get theme => Theme.of(_ctx);