elementFromPoint method - DocumentOrShadowRoot class - dart:html library (original) (raw)

description

Element? elementFromPoint(

  1. int x,
  2. int y )

Implementation

Element? elementFromPoint(int x, int y) native;