auto constant
GridPlacement
const auto
A placement that leaves the item's position to automatic placement (equivalent to using the browser's automatic grid placement).
Implementation
static const GridPlacement auto = _GridPlacement('auto');