Flex Basis
Represents the flex-basis value, which can be auto, an explicit size, or a percentage.
Inheritors
Types
Link copied to clipboard
A fraction of the container's main axis size used as the flex basis. E.g. Percentage(0.5f) = 50% of the container width (row) or height (column). Falls back to Auto behaviour when the container is unconstrained. Mirrors CSS flex-basis: <percentage>.