looseConstraints property

bool looseConstraints
final

Whether or not the widget size will be as small as possible, assuming the size.

Defaults to 'false', that means the widget will fit all available space.

Implementation

final bool looseConstraints;