SettingsRoute constructor

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

Implementation

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