width property

void width=(double value)

Implementation

set width(double value) {
  _width.value = value;
}