Style

data class Style(val fillColour: Color, val border: BorderStroke, val shape: Shape, val rippleColour: Color)

Data model for styling of the base chip.

Constructors

Link copied to clipboard
constructor(fillColour: Color, border: BorderStroke, shape: Shape, rippleColour: Color)

Properties

Link copied to clipboard

The border stroke of the chip.

Link copied to clipboard

The fill colour of the chip.

Link copied to clipboard

The colour of the ripple effect when the chip is clicked.

Link copied to clipboard

The shape of the chip.