width property

double width
inherited

The width of the component in local coordinates. Note that the object may visually appear larger or smaller due to application of scale.

Implementation

double get width => _size.x;
void width=(double w)
inherited

Implementation

set width(double w) => _size.x = w;