menu
cry package
documentation
common.dart
IndexedStackLazy
IndexedStackLazy.new constructor
IndexedStackLazy.new constructor
dark_mode
light_mode
IndexedStackLazy
constructor
IndexedStackLazy
(
{
Key
?
key
,
int
index
=
0
,
required
List
<
Widget
>
children
,
})
Implementation
IndexedStackLazy({Key? key, this.index = 0, required this.children}) : super(key: key);
cry package
documentation
common
IndexedStackLazy
IndexedStackLazy.new constructor
IndexedStackLazy class