left property - DomRectReadOnly class - dart:html library (original) (raw)
num getleft
override
The x-coordinate of the left edge.
Implementation
num get left => _left!;
num getleft
override
The x-coordinate of the left edge.
num get left => _left!;