Flex.grow constructor

const Flex.grow(
  1. double grow
)

Create a flex value with the given grow factor.

Implementation

const factory Flex.grow(double grow) = _Flex.grow;