minContent constant

Unit const minContent

The min-content sizing keyword represents the minimum intrinsic size of the content. For text content this means that the content will take all soft-wrapping opportunities, becoming as small as the longest word.

Implementation

static const Unit minContent = _ExpUnit('min-content');