A layout child's flex attribute can be given an integer value from 0-100. The element will stretch to the percentage of available space matching the value.
The flex attribute value is restricted to 33, 66, and multiples of five. For example: flex="5", flex="20", "flex="33", flex="50", flex="66", flex="75", ....