shrinkToPlace property

bool shrinkToPlace
final

When adding a new item, item dimensions editing or in the initial re-arranging, items trying to place certain position. When the item not fit to the position (e.g. conflict with another item), if shrinkToPlace is true item dimensions trying to shrink, else Dashboard decide that item not placed to the position.

Shrinking pays attention minWidth / minHeight.

Implementation

final bool shrinkToPlace;