interface ChipBorder


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

Summary

Public functions

State<BorderStroke?>

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

Public functions

borderStroke

Added in 1.1.0
@Composable
fun borderStroke(enabled: Boolean): State<BorderStroke?>

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

Parameters
enabled: Boolean

Whether the chip is enabled