isPointInPath method
Implementation
bool isPointInPath(double x, double y, PathFillType fillRule) {
return path2d.path.contains(Offset(x, y));
}
bool isPointInPath(double x, double y, PathFillType fillRule) {
return path2d.path.contains(Offset(x, y));
}