🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

ContextMenuState.Status.Open

An open context menu Status.

Source set: Common
class Open(
            /** The offset to open the menu at. It must be specified. */
            val offset: Offset
        ) : Status()

An open context menu Status.

Functions

toString

Source set: Common
override fun toString(): String

hashCode

Source set: Common
override fun hashCode(): Int

equals

Source set: Common
override fun equals(other: Any?): Boolean