maxY property

double get maxY

The top edge of the axis aligned bounding box.

Implementation

double get maxY {
  final result = SpineBindings.bindings.spine_skeleton_bounds_get_max_y(_ptr);
  return result;
}