Create a flex value from grow/shrink/basis components.
const factory Flex({double? grow, double? shrink, Unit? basis}) = _Flex;