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

ContextMenuState.Status

The status of the context menu.

Source set: Common
sealed class Status

The status of the context menu. Can be Open or Closed.

Members

Open

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

Closed

Source set: Common
object Closed : Status()

A closed context menu Status.

Functions

toString

Source set: Common
override fun toString(): String