InfoRow

fun InfoRow(label: String, value: String?, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier)

A label/value row for displaying a single field. The label is muted and the value is emphasized and right-aligned. Renders nothing when value is null or blank, so sparse API responses simply omit missing fields.

Parameters

label

The field label (e.g. "Email").

value

The field value; the row is skipped entirely when null or blank.

modifier

Modifier applied to the row.