DrawerTile constructor Null safety

const DrawerTile(
  1. {Key? key,
  2. required RouteInfo routeInfo}
)

Implementation

const DrawerTile({Key? key, required this.routeInfo}) : super(key: key);