theme property
ZeroThemeData
get
theme
Get current of ZeroTheme on the parent widget using InheritedWidget
Make sure that when using this, the project root already has a ZeroApp widget, otherwise it will give an error
Implementation
ZeroThemeData get theme => ZeroTheme.of(this);