CommonApp constructor
const
CommonApp({})
Implementation
const CommonApp(
{super.key,
this.child = const SizedBox(),
this.providers,
this.theme,
this.navigatorObservers,
this.themeMode,
this.darkTheme});