Represents the shapes used for a DropdownMenuGroup.

Summary

Public constructors

MenuGroupShapes(shape: Shape, inactiveShape: Shape)
Cmn

Public functions

MenuGroupShapes
copy(shape: Shape?, inactiveShape: Shape?)

Returns a copy of this MenuGroupShapes, optionally overriding some of the values.

Cmn
open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn

Public properties

Shape

the Shape to use when the group has stop being hovered.

Cmn
Shape

the default Shape to use for the group.

Cmn

Public constructors

MenuGroupShapes(shape: Shape, inactiveShape: Shape)
Parameters
shape: Shape

the default Shape to use for the group.

inactiveShape: Shape

the Shape to use when the group has stop being hovered.

Public functions

copy

fun copy(shape: Shape? = this.shape, inactiveShape: Shape? = this.inactiveShape): MenuGroupShapes

Returns a copy of this MenuGroupShapes, optionally overriding some of the values.

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

inactiveShape

val inactiveShapeShape

the Shape to use when the group has stop being hovered.

shape

val shapeShape

the default Shape to use for the group.