1. @DomName('SVGSVGElement.checkIntersection')
  2. @DocsEditable()
bool checkIntersection(SvgElement element, Rect rect)

Source

@DomName('SVGSVGElement.checkIntersection')
@DocsEditable()
bool checkIntersection(SvgElement element, Rect rect) =>
    _blink.BlinkSVGSVGElement.instance
        .checkIntersection_Callback_2_(this, element, rect);