local_hero library

Classes

LocalHero
Mark its child as a candidate for local hero animation.
LocalHeroScope
A widget under which you can create LocalHero widgets.

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