BoundingBoxAttachment constructor
BoundingBoxAttachment(
- String name
Implementation
factory BoundingBoxAttachment(String name) {
final ptr = SpineBindings.bindings.spine_bounding_box_attachment_create(name.toNativeUtf8().cast<Char>());
return BoundingBoxAttachment.fromPointer(ptr);
}