AnimatedIndexedStackBuilder typedef

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

Implementation

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