Dart
dart:svg
Rect
width property
width
Dart
dart:svg
Rect
width property
Rect class
Properties
height
width
x
y
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
description
width
property
num
width
Implementation
num get width native;
void
width=
(
num
value
)
Implementation
set width(num value) native;