SignalRow

fun SignalRow(signal: FingerprintSignal, modifier: Modifier = Modifier)

Card rendering a single FingerprintSignal with an OK/failed badge and expandable rationale.

The value area is rendered according to the signal's DisplayHint (plain, tags, key/value, compound or error), showing the interpreted value plus an optional raw-value block.

Parameters

signal

Signal to display.

modifier

Modifier for layout/styling.