fitContent constant

Unit const fitContent

The fit-content keyword means that the box will use the available space, but never more than max-content.

Implementation

static const Unit fitContent = _ExpUnit('fit-content');