columnDense constant

AutoPlacement const columnDense

Items are placed by filling each column in turn, attempting to fill in holes earlier in the grid, if smaller items come up later, adding columns as necessary. This may cause items to appear out-of-order, when doing so would fill in holes left by larger items.

Implementation

static const columnDense =
    AutoPlacement._(TrackType.column, AutoPlacementPacking.dense);