lib/src/widgets/local_hero library

Classes

LocalHero
Mark its child as a candidate for local hero animation.

Typedefs

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).