topToBottom property

PathOrder topToBottom
getter/setter pair

PathSegment elements which are located at the very top of the overall bounding box are considered first.

Implementation

static PathOrder topToBottom =
    PathOrder.byPosition(direction: AxisDirection.down);