assistChipBorder
@Composable
Creates a ChipBorder that represents the default border used in a flat AssistChip.
Parameters
enabled
whether the chip is enabled
borderColor
the border color of this chip when enabled
disabledBorderColor
the border color of this chip when not enabled
borderWidth
the border stroke width of this chip
@Composable
Deprecated
Maintained for binary compatibility. Use the assistChipBorder function that returns BorderStroke instead
Replace with
assistChipBorder(enabled, borderColor, disabledBorderColor, borderWidth)
Content copied to clipboard
Creates a ChipBorder that represents the default border used in a flat AssistChip.
Parameters
borderColor
the border color of this chip when enabled
disabledBorderColor
the border color of this chip when not enabled
borderWidth
the border stroke width of this chip