width property - DomRectReadOnly class - dart:html library (original) (raw)
num getwidth
override
The width of the rectangle.
Implementation
num get width => _width!;
num getwidth
override
The width of the rectangle.
num get width => _width!;