Package 

Class PaintColorPaletteTheme

  • All Implemented Interfaces:

    
    public final class PaintColorPaletteTheme
    
                        

    A theme that has a collection parameters to customize PaintColorPalette.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      PaintColorPaletteTheme(Shape shape, Dp itemSize, Dp selectedItemSize, Color borderColor, Dp borderWidth)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • PaintColorPaletteTheme

        PaintColorPaletteTheme(Shape shape, Dp itemSize, Dp selectedItemSize, Color borderColor, Dp borderWidth)
        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.