Screen constructor

Screen({
  1. required AppScreen show,
  2. required ScreenParameters parameters,
})

Implementation

Screen({
  required this.show,
  required this.parameters,
});