Grabbable constructor
Grabbable({})
Implementation
Grabbable({
required this.node,
this.maxGrabDistance = 2.0,
this.onGrabStart,
this.onGrabEnd,
this.onRelease,
});
Grabbable({
required this.node,
this.maxGrabDistance = 2.0,
this.onGrabStart,
this.onGrabEnd,
this.onRelease,
});