HttpInspector constructor
const
HttpInspector({
- required Widget child,
- bool showNotification = true,
- HttpInspectorPresentation presentation = HttpInspectorPresentation.screen,
- bool showFab = false,
- Key? key,
Implementation
const HttpInspector({
required this.navigatorKey,
required this.child,
this.showNotification = true,
this.presentation = HttpInspectorPresentation.screen,
this.showFab = false,
super.key,
});