width property
double
get
width
Implementation
double get width => x;
set
width
(double value)
Implementation
set width(double value) => x = value;