ScanReportSheet

fun ScanReportSheet(result: ScanResult, onDismiss: () -> Unit, modifier: Modifier = Modifier)

Full-screen report sheet. Pressing back/dismiss while a detail panel is open closes the panel first; a second press dismisses the sheet.

Parameters

result

Scan result displayed in the report.

onDismiss

Callback invoked when the sheet should close.

modifier

Modifier applied to the modal sheet.