Flex.auto constructor

const Flex.auto()

Creates 1 1 auto.

Implementation

const Flex.auto() : grow = 1, shrink = 1, basis = 'auto';