Source set: Common
public class MenuGroupShapes(public val shape: Shape, public val inactiveShape: Shape)
Represents the shapes used for a DropdownMenuGroup.
Parameters
| shape | the default Shape to use for the group. |
| inactiveShape | the Shape to use when the group has stop being hovered. |
Functions
copy
Source set: Common
public fun copy(
shape: Shape? = this.shape,
inactiveShape: Shape? = this.inactiveShape,
): MenuGroupShapes
Returns a copy of this MenuGroupShapes, optionally overriding some of the values.
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int