Properties
| Property | Type | Description |
|---|---|---|
| tag | String | Required. The hero tag used to match heroes across routes. |
| child | StacWidget | Required. The widget subtree for this hero. |
| createRectTween | StacWidget | Optional rectangle tween configuration for the hero animation. |
| flightShuttleBuilder | StacWidget | Optional widget used as the in-flight shuttle during the hero animation. |
| placeholderBuilder | StacWidget | Optional placeholder widget displayed while the destination hero builds. |
| transitionOnUserGestures | bool | Whether the hero should participate in a user gesture driven transition. |