AppScreen constructor
const
AppScreen({})
Implementation
const AppScreen(
{required this.child,
this.onPush,
this.onVisible,
this.onAnalytics,
this.onActive,
this.onInactive,
this.onHide,
this.onPop,
Key? key})
: super(key: key);