PaintColorPaletteTheme

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

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.