fit property

SheetFit fit
final

How to size the child in the sheet.

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

Implementation

final SheetFit fit;