PresetPickerCard
fun PresetPickerCard(selectedPresets: Set<ChannelOption>, homePreset: ChannelOption, onTogglePreset: (ChannelOption) -> Unit, enabled: Boolean, modifier: Modifier = Modifier, beaconPresets: Set<ChannelOption> = emptySet())(source)
A card containing a FlowRow of FilterChip items for preset selection.