minY property

double get minY

The bottom edge of the axis aligned bounding box.

Implementation

double get minY {
  final result = SpineBindings.bindings.spine_skeleton_bounds_get_min_y(_ptr);
  return result;
}