LazyLoadIndexedStack constructor
const
LazyLoadIndexedStack({
- Key? key,
- required LazyStackController controller,
- required List<
Widget> children, - AlignmentGeometry alignment = AlignmentDirectional.topStart,
- TextDirection? textDirection,
- IndexdAnimationType animation = IndexdAnimationType.none,
- Duration animationDuration = const Duration(milliseconds: 200),
Implementation
const LazyLoadIndexedStack({
super.key,
required this.controller,
required this.children,
this.alignment = AlignmentDirectional.topStart,
this.textDirection,
this.animation = IndexdAnimationType.none,
this.animationDuration = const Duration(milliseconds: 200),
});