ispect_layout library
Classes
- Inspector
- Inspector can wrap any child, and will display its control panel and information overlay on top of that child.
- InspectorColorPickerState
- Color picker is active; pickedColor tracks the current pointer pixel. image/byteData may be null while the frame capture is still pending.
- InspectorController
- InspectorIdleState
- Inspector is off — no selection, no overlays, no color picker, no zoom.
- InspectorInspectState
- Widget inspection is active. selected is the locked-in target; hovered tracks pointer movement; compared and comparing capture the compare-mode sub-state.
- InspectorState
- InspectorTheme
-
Visual palette for the inspector overlay. Passed in via Inspector.theme
so host apps can retune accent colours (e.g. for dark themes where the
default blue selection lacks contrast against a
colorScheme.primaryof similar hue). - InspectorUiState
- Consolidated inspector state — exposed as a single observable surface alongside the individual legacy ValueNotifiers on InspectorController.
- InspectorZoomState
- Zoom loupe is active. image/byteData may be null while the frame capture is still pending.