PaintColorPaletteTheme

data class PaintColorPaletteTheme(shape: Shape, itemSize: Dp, selectedItemSize: Dp, borderColor: Color, borderWidth: Dp)

A theme that has a collection parameters to customize PaintColorPalette.

Parameters

shape

Shape of the palette item.

itemSize

Size of the palette item.

selectedItemSize

Size of the selected palette item.

borderColor

Border color of the palette item.

borderWidth

Border width size of the palette item.

Constructors

Link copied to clipboard
fun PaintColorPaletteTheme(shape: Shape = CircleShape, itemSize: Dp = 48.dp, selectedItemSize: Dp = 58.dp, borderColor: Color = Color.White, borderWidth: Dp = 2.dp)

Properties

Link copied to clipboard
val borderColor: Color
Link copied to clipboard
val borderWidth: Dp
Link copied to clipboard
val itemSize: Dp
Link copied to clipboard
val selectedItemSize: Dp
Link copied to clipboard
val shape: Shape