children property
final
The child widgets of the stack.
Only the child at index index will be shown.
See Stack.children for more information.
Implementation
final List<Widget> children;
The child widgets of the stack.
Only the child at index index will be shown.
See Stack.children for more information.
final List<Widget> children;