MapFilterSheet
fun MapFilterSheet(onDismissRequest: () -> Unit, filterState: BaseMapViewModel.MapFilterState, actions: MapFilterActions)(source)
The main map's filters.
A sheet rather than the dropdown this replaces: eleven controls and a role chip for every device role is more than a menu should hold, and the layers button on the same screen already opens a sheet.
State in, actions out, exactly as the dropdown was — neither engine keeps its own copy, and the Google flavour mounts this same composable.