fit property

SheetFit fit
final

How to size the builder content in the sheet route.

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

Implementation

final SheetFit fit;