EzApp constructor
PlatformProvider
wrapper with EzConfig theming
Either provide a homeScreenWidget
for traditional navigation
or a routerConfig
to enable deep linking
Implementation
EzApp({
this.key,
required this.title,
this.homeScreenWidget,
this.routerConfig,
}) : assert(routerConfig != null || homeScreenWidget != null);