topToBottom property
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);
PathSegment elements which are located at the very top of the overall bounding box are considered first.
static PathOrder topToBottom =
PathOrder.byPosition(direction: AxisDirection.down);