leftToRight property

PathOrder leftToRight
getter/setter pair

PathSegment elements which are located left-most of the overall bounding box are considered first.

Implementation

static PathOrder leftToRight =
    PathOrder.byPosition(direction: AxisDirection.right);