presentation property

HttpInspectorPresentation presentation
final

How the inspector is presented when opened via notification tap, shake, or the FAB. Defaults to a fullscreen dialog; use HttpInspectorPresentation.bottomSheet to show it as a modal bottom sheet instead — useful for Flutter modules embedded in a native app.

Implementation

final HttpInspectorPresentation presentation;