Delegate PopupMenuItemBuilder<T>
Namespace: Unity.UIWidgets.material
Syntax
public delegate List<PopupMenuEntry<T>> PopupMenuItemBuilder<T>(BuildContext context);
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<PopupMenuEntry<T>> |
Type Parameters
| Name | Description |
|---|---|
| T |