fit property

StackFit? fit
final

How to size the non-positioned children in the stack.

The constraints passed into the ZStack from its parent are either loosened (StackFit.loose) or tightened to their biggest size (StackFit.expand).

Implementation

final StackFit? fit;