Stylish Descriptions
A label/value detail grid — the web "Descriptions" pattern from Ant Design.
Renders items in rows of columns label/value pairs, each pair taking one grid column (label above value). Use it for read-only detail views (vehicle info, account settings, record details).
Parameters
The label/value pairs, in display order.
Modifier applied to the root surface.
Number of pairs per row. Defaults to 2.
Typography of the labels. Defaults to MaterialTheme.typography.labelSmall.
Typography of the values. Defaults to MaterialTheme.typography.bodyMedium.
Color of the labels. Defaults to MaterialTheme.colorScheme.onSurfaceVariant.
Color of the values. Defaults to MaterialTheme.colorScheme.onSurface.
Background of the surface. Defaults to MaterialTheme.colorScheme.surfaceContainerHigh.
Corner shape of the surface. Defaults to RoundedCornerShape with DefaultStylishDimensions.connectedCornerRadius.
Inner padding of each pair. Defaults to 16 x 12 dp.