flightShuttleBuilder property

HeroContianerFlightShuttleBuilder? flightShuttleBuilder
final

A custom builder for the widget shown during the snapshot transition.

This function receives the captured snapshots as fromWidget and toWidget parameters, allowing custom blending or crossfade effects between the images. If null, a default crossfade transition is used.

Implementation

final HeroContianerFlightShuttleBuilder? flightShuttleBuilder;