IssueHighlightBox
fun IssueHighlightBox(issue: A11yIssue, onIssueSelected: (A11yIssue) -> Unit, modifier: Modifier = Modifier)
Draws a tappable outline over the bounds of an accessibility issue.
Parameters
issue
Issue whose affected node bounds determine the highlight size.
onIssueSelected
Callback invoked when the highlight is tapped.
modifier
Modifier applied to the highlight spacer.