isPointInFill method

bool isPointInFill([
  1. DOMPointInit? point
])

Implementation

bool isPointInFill([DOMPointInit? point]) =>
    js_util.callMethod(this, 'isPointInFill', [point]);