left property - DomRectReadOnly class - dart:html library (original) (raw)

description

num getleft

override

The x-coordinate of the left edge.

Implementation

num get left => _left!;