AnimatedIndexedStackBuilder typedef

AnimatedIndexedStackBuilder = Widget Function(BuildContext context, Widget child)

Signature for a wrapper builder used by _AutoTabsRouterIndexedStack

Implementation

typedef AnimatedIndexedStackBuilder = Widget Function(
  BuildContext context,
  Widget child,
);