children property

List<Widget> children
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;