width property

num? width

Property getter and setter for width:

Implementation

num? get width;
void width=(num? width)

Implementation

set width(num? width);