rightToLeft property

PathOrder rightToLeft
getter/setter pair

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

Implementation

static PathOrder rightToLeft =
    PathOrder.byPosition(direction: AxisDirection.left);