Delegate RoutePageBuilder
Namespace: Unity.UIWidgets.widgets
Syntax
public delegate Widget RoutePageBuilder(BuildContext context, Animation<float> animation, Animation<float> secondaryAnimation);
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context | |
| Animation<System.Single> | animation | |
| Animation<System.Single> | secondaryAnimation |
Returns
| Type | Description |
|---|---|
| Widget |