width property

double get width

Quad width in world units (before the node transform).

Implementation

double get width => _width;
set width (double value)

Implementation

set width(double value) {
  _width = value;
  _refresh();
}