Screen constructor
Screen({})
Scaffold core, but fixes some problems the Scaffold has with the ScrollNavigation.
Implementation
Screen({
Key? key,
this.appBar,
this.body,
this.floatingButton,
this.controllerToHideAppBar,
this.offsetToHideAppBar = 80.0,
}) : super(key: key);