onAdd property

OnAddCallback? onAdd
final

Called when an object has been added by the user interactively through the UI.

Will not get triggered on programmatically added objects.

Implementation

final OnAddCallback? onAdd;