ScreenApp constructor
const
ScreenApp({})
Implementation
const ScreenApp({
Key? key,
this.id = #general,
required this.entry,
this.exitCallBack,
this.showDebugBanner = false,
this.showDebugSemantics = false,
this.init,
}) : super(key: key);