height property

double get height

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

Implementation

double get height => _height;
set height (double value)

Implementation

set height(double value) {
  _height = value;
  _refresh();
}