PaintColorPaletteTheme
data class PaintColorPaletteTheme(shape: Shape, itemSize: Dp, selectedItemSize: Dp, borderColor: Color, borderWidth: Dp)
Content copied to clipboard
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)
Content copied to clipboard