Shapes
@Immutable
Constructors
Link copied to clipboard
constructor(shape: Shape = RectangleShape, focusedShape: Shape = shape, hoveredShape: Shape = focusedShape, pressedShape: Shape = focusedShape, selectedShape: Shape = shape, disabledShape: Shape = shape, focusedSelectedShape: Shape = focusedShape, pressedSelectedShape: Shape = pressedShape, hoveredSelectedShape: Shape = hoveredShape, focusedDisabledShape: Shape = disabledShape, pressedDisabledShape: Shape = disabledShape, hoveredDisabledShape: Shape = disabledShape)