ChipBorder

Interface

Android
public interface ChipBorder

Represents the border stroke used in a Chip in different states.

Functions

@Composable
    
    public fun borderStroke(enabled: Boolean): State<BorderStroke?>

Represents the border stroke for this chip, depending on enabled or null if no border

Parameters

enabledWhether the chip is enabled