StudioShellScreenRoute constructor

const StudioShellScreenRoute({
  1. List<PageRouteInfo<Object?>>? children,
})

Implementation

const StudioShellScreenRoute({List<PageRouteInfo>? children})
  : super(StudioShellScreenRoute.name, initialChildren: children);