menu
coastline package
documentation
draw/path_extra.dart
PathExtra
sharpShape static method
sharpShape static method
dark_mode
light_mode
sharpShape
static method
Path
sharpShape
(
List
<
Offset
>
points
)
Implementation
static Path sharpShape(List<Offset> points) { return _closedSharpPath(points); }
coastline package
documentation
draw/path_extra
PathExtra
sharpShape static method
PathExtra extension on
Path