Flex constructor

const Flex({
  1. double? grow,
  2. double? shrink,
  3. Unit? basis,
})

Implementation

const factory Flex({double? grow, double? shrink, Unit? basis}) = _Flex;