A11yScannerScaffold
Root scaffold that wires the full accessibility scanner UI around content.
Layer order (back to front):
content — the host screen being inspected
A11yIssueOverlay — colored highlight boxes over flagged nodes
ScanSummaryBar — pinned at the top; slides in once scanning begins
IssueDetailPanel — slides up from the bottom when an overlay box is tapped
ScanReportSheet is opened by tapping the score chip inside ScanSummaryBar.
A new scan starts automatically when the scaffold enters composition and again whenever config changes. The in-flight scan is stopped when the scaffold leaves composition.
Parameters
Controller that runs scans and exposes scanner state.
Scanner configuration applied to the controller.
Modifier applied to the root scaffold.
Vertical offset applied to issue highlights.
Host UI content being scanned.