children property

List<StacWidget>? children
final

The widgets displayed by this stack, painted in order.

Implementation

final List<StacWidget>? children;