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

description

num getwidth

override

The width of the rectangle.

Implementation

num get width => _width!;