Delegate HeroFlightShuttleBuilder
Namespace: Unity.UIWidgets.widgets
Syntax
public delegate Widget HeroFlightShuttleBuilder(BuildContext flightContext, Animation<float> animation, HeroFlightDirection flightDirection, BuildContext fromHeroContext, BuildContext toHeroContext);
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | flightContext | |
| Animation<System.Single> | animation | |
| HeroFlightDirection | flightDirection | |
| BuildContext | fromHeroContext | |
| BuildContext | toHeroContext |
Returns
| Type | Description |
|---|---|
| Widget |