App Text Row
A row component that displays a label and a value using StringResource.
Parameters
The StringResource for the label text.
The Modifier to be applied to the row.
The StringResource for the value text.
Optional ImageVector to be displayed on the left.
Whether the switcher (if present) is checked.
Callback when the row is clicked.
Callback when the switcher state changes. If provided, a switcher is shown.
Optional ImageVector to be displayed on the right.
A row component that displays a label and a string value.
Parameters
The string for the label text.
The Modifier to be applied to the row.
Optional string value text.
Optional ImageVector to be displayed on the left.
Whether the switcher (if present) is checked.
Callback when the row is clicked.
Callback when the switcher state changes. If provided, a switcher is shown.
Optional ImageVector to be displayed on the right.