width property
The distance between the left and right edges of this rectangle.
Implementation
double/*!*/ get width => right - left;
The distance between the left and right edges of this rectangle.
double/*!*/ get width => right - left;