client property - Element class - dart:html library (original) (raw)

description

Rectangle<num> getclient

Gets the position of this element relative to the client area of the page.

Implementation

Rectangle get client =>
    new Rectangle(clientLeft!, clientTop!, clientWidth, clientHeight);