width property
The width
read-only property of the DOMRectReadOnly
interface
represents the width of the DOMRect
.
Implementation
external double get width;
set
width
(num value)
Implementation
external set width(num value);