Style

class Style(val fixedWidth: Dp?, val minWidth: Dp, val shape: CornerBasedShape, val color: Color, val onColor: Color, val borderColor: Color, val buttonContentPadding: PaddingValues)

Constructors

Link copied to clipboard
constructor(fixedWidth: Dp?, minWidth: Dp, shape: CornerBasedShape, color: Color, onColor: Color, borderColor: Color, buttonContentPadding: PaddingValues)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getShape(index: Int, count: Int): Shape