onDragEnd method

void onDragEnd(
  1. Vector2 position
)

Implementation

void onDragEnd(Vector2 position) => childBuild?.onDragEnd(position);