RouteReport constructor
const
RouteReport({
- Key? key,
- required WidgetBuilder builder,
Constructs a RouteReport widget.
The builder
parameter is required and must not be null. It defines
the widget tree for this route.
Implementation
const RouteReport({super.key, required this.builder});