Home constructor

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

Implementation

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