Outlet constructor

const Outlet({
  1. Key? key,
})

Creates an outlet widget.

Implementation

const Outlet({super.key});