Delegate DragTargetBuilder<T>
Namespace: Unity.UIWidgets.widgets
Syntax
public delegate Widget DragTargetBuilder<T>(BuildContext context, List<T> candidateData, List<T> rejectedData);
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context | |
| System.Collections.Generic.List<T> | candidateData | |
| System.Collections.Generic.List<T> | rejectedData |
Returns
| Type | Description |
|---|---|
| Widget |
Type Parameters
| Name | Description |
|---|---|
| T |