LocalHeroFlightShuttleBuilder typedef

LocalHeroFlightShuttleBuilder = Widget Function(BuildContext context, Animation<double> animation, Widget child)

A function that lets LocalHeroes self supply a Widget that is shown during the local hero's flight from one position to another instead of default (which is to show the child instance of the LocalHero).

Implementation

typedef LocalHeroFlightShuttleBuilder = Widget Function(
  BuildContext context,
  Animation<double> animation,
  Widget child,
);