FlexValue.grow constructor

const FlexValue.grow([
  1. Object grow = 1
])

Creates 1 1 0% by default.

Implementation

const FlexValue.grow([this.grow = 1])
    : shrink = 1,
      basis = '0%';