width property

num? get width

Property getter and setter for width:

Implementation

num? get width;
set width (num? width)

Implementation

set width(num? width);