PathExtra extension

on

Methods

hole(Path dig) Path

Available on Path, provided by the PathExtra extension

union(Path other) Path

Available on Path, provided by the PathExtra extension

Static Methods

angleTriple({required Offset anglePoint, required double length1, required double length2}) Path

Available on Path, provided by the PathExtra extension

cycle({required Offset center, required double radius}) Path

Available on Path, provided by the PathExtra extension

line(Line line) Path

Available on Path, provided by the PathExtra extension

rect(Rect rect) Path

Available on Path, provided by the PathExtra extension

rrect(Rect rect, {double? topLeftCorner, double? topRightCorner, double? bottomLeftCorner, double? bottomRightCorner, double? allCorners, double? leftCorners, double? rightCorners, double? topCorners, double? bottomCorners}) Path

Available on Path, provided by the PathExtra extension

sharpShape(List<Offset> points) Path

Available on Path, provided by the PathExtra extension

smoothShape(List<Offset> points, {double cornerRadius = 4.0}) Path

Available on Path, provided by the PathExtra extension

triple({required Offset point1, required Offset point2, required Offset point3}) Path

Available on Path, provided by the PathExtra extension