TLazyIndexedStack constructor

const TLazyIndexedStack({
  1. required int index,
  2. required List<WidgetBuilder> children,
  3. Key? key,
})

Implementation

const TLazyIndexedStack({required this.index, required this.children, super.key});