height property
double
get
height
The height of the axis aligned bounding box.
Implementation
double get height {
final result = SpineBindings.bindings.spine_skeleton_bounds_get_height(_ptr);
return result;
}