ShellController constructor

ShellController({
  1. required ShellValue value,
  2. required RootHyperController controller,
})

Implementation

ShellController({
  required this.value,
  required this.controller,
});