Class PopupMenuEntry<T>
Inheritance
System.Object
PopupMenuEntry<T>
Inherited Members
Namespace: Unity.UIWidgets.material
Syntax
public abstract class PopupMenuEntry<T> : StatefulWidget
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
PopupMenuEntry(Key)
Declaration
protected PopupMenuEntry(Key key = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Key | key |
Properties
height
Declaration
public abstract float height { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Methods
represents(T)
Declaration
public abstract bool represents(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value |
Returns
| Type | Description |
|---|---|
| System.Boolean |