easy_animated_indexed_stack library

Classes

EasyAnimatedIndexedStack
A custom IndexedStack widget that animates transitions between screens.

Typedefs

AnimationBuilder = Widget Function(BuildContext context, Animation<double> animation, Widget? child)
A callback function that takes a custom animation builder.