Function: measureFlex()
measureFlex<
C>(children,input):FlexMeasureResult<C>
Defined in: layout/flex.ts:81
Pure measure pass for a flex container: measures children, distributes
remaining space to fill-main children, and returns hug sizes for the
container. Calls child.measure() only — no layout side effects.
Type Parameters
C
C extends FlexChild
Parameters
children
readonly C[]