Paint Color Palette Theme
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.
item Size
Size of the palette item.
selected Item Size
Size of the selected palette item.
border Color
Border color of the palette item.
border Width
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