TLazyIndexedStack constructor
const
TLazyIndexedStack({
- required int index,
- required List<
WidgetBuilder> children, - Key? key,
Creates a lazy indexed stack.
Implementation
const TLazyIndexedStack({required this.index, required this.children, super.key});