MediaScreenRoute constructor

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

Implementation

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