maxX property

double get maxX

The right edge of the axis aligned bounding box.

Implementation

double get maxX {
  final result = SpineBindings.bindings.spine_skeleton_bounds_get_max_x(_ptr);
  return result;
}