Class GlobalKey<T>
Namespace: Unity.UIWidgets.widgets
Syntax
public abstract class GlobalKey<T> : GlobalKey where T : State
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
currentState
Declaration
public T currentState { get; }
Property Value
| Type | Description |
|---|---|
| T |
Methods
key(String)
Declaration
public static GlobalKey<T> key(string debugLabel = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | debugLabel |
Returns
| Type | Description |
|---|---|
| GlobalKey<T> |