ascent property

double ascent

How high is the component above the ground.

Implementation

double get ascent => _ascent;
void ascent=(double value)

Implementation

set ascent(double value) {
  _ascent = value;
  _transformMatrix = null;
}