On iOS, when you have a tableView, you can set isEditing = true, implement a couple protocols, and you get the very consistent "delete rows" widgetry. Is there a pattern for doing that in Compose/Material3? Basically, I have a Column of Rows, want to go into an idiomatic mode where they can be selectively removed. I think I get how easy it will be to roll my own if necessary, Compose makes this kind of thing straightforward I think. I just wondered if there was boilerplated stuff.