Flex constructor

const Flex(
  1. Object grow,
  2. Object shrink,
  3. Object basis
)

Creates a custom flex shorthand value.

Implementation

const Flex(this.grow, this.shrink, this.basis);