isPointInPath property

({bool Function(num x, num y, [CanvasFillRule? fillRule]) $1, bool Function(Path2D path, num x, num y, [CanvasFillRule? fillRule]) $2}) get isPointInPath

Overload accessor: $1, $2

Implementation

({
  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/isPointInPath)
  _i2.bool Function(
    _i2.num x,
    _i2.num y, [
    _i3.CanvasFillRule? fillRule,
  ]) $1,

  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/isPointInPath)
  _i2.bool Function(
    _i3.Path2D path,
    _i2.num x,
    _i2.num y, [
    _i3.CanvasFillRule? fillRule,
  ]) $2,
}) get isPointInPath => (
      $1: _isPointInPath$1,
      $2: _isPointInPath$2,
    );