fn reverse_flex_direction(dir: FlexDirection) -> FlexDirectionExpand description
Reverse a flex direction (Row ↔ Column).
Mirrors frontend/layout/lib/layoutNode.ts::reverseFlexDirection.
fn reverse_flex_direction(dir: FlexDirection) -> FlexDirectionReverse a flex direction (Row ↔ Column).
Mirrors frontend/layout/lib/layoutNode.ts::reverseFlexDirection.