HttpDebugScreen constructor
const
HttpDebugScreen({
- Key? key,
- VoidCallback? toggleInspector,
- required HttpDebugContext httpDebugContext,
Implementation
const HttpDebugScreen({
super.key,
this.toggleInspector,
required this.httpDebugContext,
});