suggestionChipBorder
@Composable
Creates a BorderStroke that represents the default border used in a flat SuggestionChip.
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 suggestChipBorder functions instead
Replace with
suggestionChipBorder(enabled, borderColor, disabledBorderColor, borderWidth)
Content copied to clipboard
Creates a ChipBorder that represents the default border used in a flat SuggestionChip.
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