menu
zerothreesix_flutter package
documentation
widgets/nest.dart
Nest
Nest.new constructor
Nest.new constructor
dark_mode
light_mode
Nest
constructor
Nest
(
List
<
NestChain
>
children
, {
Key
?
key
,
})
Implementation
Nest( final List<NestChain> children, { super.key } ): children = children.toList();
zerothreesix_flutter package
documentation
widgets/nest
Nest
Nest.new constructor
Nest class