menu
stac_core package
documentation
widgets/stack/stac_stack.dart
StacStack
children property
children property
dark_mode
light_mode
children
property
List
<
StacWidget
>
?
children
final
The widgets displayed by this stack, painted in order.
Implementation
final List<StacWidget>? children;
stac_core package
documentation
widgets/stack/stac_stack
StacStack
children property
StacStack class