AnimatedIndexedStack constructor
const
AnimatedIndexedStack({})
Implementation
const AnimatedIndexedStack({
super.key,
required this.index,
required this.children,
this.duration = const Duration(milliseconds: 200),
});