PlatformInputChip

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