outlineWidth
Deprecated
Use `Modifier.outline { style(...) }` instead.
Replace with
outline { width(outlineWidth) }
Content copied to clipboard
Deprecated
Use `Modifier.outline { width(...) }` instead.
Replace with
outline { width(value) }
Content copied to clipboard