width property

double width

Implementation

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

Implementation

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