reverse_flex_direction

Function reverse_flex_direction 

Source
fn reverse_flex_direction(dir: FlexDirection) -> FlexDirection
Expand description

Reverse a flex direction (Row ↔ Column). Mirrors frontend/layout/lib/layoutNode.ts::reverseFlexDirection.