fit property

StackFit fit
final

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

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

Implementation

final StackFit fit;