ascent property
double
get
ascent
How high is the component above the ground.
Implementation
double get ascent => _ascent;
set
ascent
(double value)
Implementation
set ascent(double value) {
_ascent = value;
_transformMatrix = null;
}