width property
double
get
width
Implementation
double get width => right - left;
set
width
(double v)
Implementation
set width(double v) {
right = left + v;
}