Flex.none constructor

const Flex.none()

Creates 0 0 auto.

Implementation

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