uiInspector property

UIInspector? get uiInspector

Provides access to the UI inspector for debugging DOM elements.

The UI inspector enables visualization and inspection of the DOM structure and rendered elements in DevTools.

Implementation

UIInspector? get uiInspector => _uiInspector;