double width

Source

double get width => _width;
void width=(double value)

Source

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