Dart
dart:html
DomRectReadOnly
width property
description
width property
num
width
override
The width of the rectangle.
Implementation
num
get
width => JS(
"num"
,
"#.width"
,
this
);