menu
cry package
documentation
common/indexed_stack_lazy.dart
IndexedStackLazy
IndexedStackLazy constructor
IndexedStackLazy 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/indexed_stack_lazy
IndexedStackLazy
IndexedStackLazy constructor
IndexedStackLazy class