hero_here library
Classes
Typedefs
- AnimationControllerFactory = AnimationController Function(TickerProvider tickerProvider, Duration duration)
-
AnimationFactory<
T> = Animation< T> Function(AnimationController controller) -
HeroHereFlightShuttleBuilder
= Widget Function(BuildContext flightContext, Animation<
double> animation, HeroHere fromHero, HeroHere toHero) - HeroHereSwitcherLayoutBuilder = Widget Function(Widget child, Widget sky)
- RectTweenFactory = RectTween Function(Rect? begin, Rect? end)
- StartAnimationCaller = TickerFuture Function(AnimationController controller, {double? from})