width property

double width

Implementation

double get width => d1;
void width=(double width)

Implementation

set width(double width) {
  d1 = width;
}