Screen constructor
Screen({
- required AppScreen show,
- required ScreenParameters parameters,
Implementation
Screen({
required this.show,
required this.parameters,
});