width property

double get width

Implementation

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

Implementation

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