maxContent constant

Unit const maxContent

The max-content sizing keyword represents the maximum intrinsic size of the content. For text content this means that the content will not wrap at all even if it causes overflows.

Implementation

static const Unit maxContent = _ExpUnit('max-content');