styledWith
fun Modifier.styledWith(style: StyleSchema, onClick: () -> Unit? = null, onLongClick: () -> Unit? = null): Modifier
Applies a tile's StyleSchema to this modifier, optionally making the tile interactive.
When onClick and/or onLongClick is non-null a single combinedClickable is installed, so a tile that only declares a long-press event still gets ripple feedback and accessibility semantics without reacting to plain taps.