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