Provides the offset of this element's borderEdge relative to the specified parent
.
This is the Dart equivalent of jQuery's position method. Unlike jQuery's position, however, parent
can be any parent element of this
, rather than only this
's immediate offsetParent. If the specified element is not an offset parent or transitive offset parent to this element, an ArgumentError is thrown.
Point offsetTo(Element parent) { return Element._offsetToHelper(this, parent); }
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/Element/offsetTo.html