width property
double
get
width
Rectangle width
Implementation
double get width => _width = field_width.readOr(op, _width);
set
width
(double value)
Implementation
set width(double value) => _width = field_width.writeOr(op, value);