PlatformFilterChip

actual fun PlatformFilterChip(selected: Boolean, onClick: () -> Unit, modifier: Modifier, enabled: Boolean, leadingIcon: () -> Unit?, trailingIcon: () -> Unit?, shape: PlatformSelectableChipShape, colors: PlatformSelectableChipColors, scale: PlatformSelectableChipScale, border: PlatformSelectableChipBorder, glow: PlatformSelectableChipGlow, interactionSource: MutableInteractionSource?, content: () -> Unit)(source)
expect fun PlatformFilterChip(selected: Boolean, onClick: () -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true, leadingIcon: @Composable () -> Unit? = null, trailingIcon: @Composable () -> Unit? = null, shape: PlatformSelectableChipShape = PlatformSelectableChipShape.filter(), colors: PlatformSelectableChipColors = PlatformSelectableChipColors.filter(), scale: PlatformSelectableChipScale = PlatformSelectableChipScale.filter(), border: PlatformSelectableChipBorder = PlatformSelectableChipBorder.filter(), glow: PlatformSelectableChipGlow = PlatformSelectableChipGlow.filter(), interactionSource: MutableInteractionSource? = null, content: @Composable () -> Unit)(source)
actual fun PlatformFilterChip(selected: Boolean, onClick: () -> Unit, modifier: Modifier, enabled: Boolean, leadingIcon: () -> Unit?, trailingIcon: () -> Unit?, shape: PlatformSelectableChipShape, colors: PlatformSelectableChipColors, scale: PlatformSelectableChipScale, border: PlatformSelectableChipBorder, glow: PlatformSelectableChipGlow, interactionSource: MutableInteractionSource?, content: () -> Unit)(source)