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