auto constant

TrackSize const auto

A track size that is automatically determined. In most cases, this behaves similarly to minmax(min-content,max-content).

Implementation

static const TrackSize auto = TrackSize._('auto');