bottomToTop property

PathOrder bottomToTop
getter/setter pair

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

Implementation

static PathOrder bottomToTop =
    PathOrder.byPosition(direction: AxisDirection.up);