onElementAdded property

void Function(T element)? onElementAdded
final

Called when a new element is successfully added to the list.

This callback is triggered after the element is added, allowing you to react to list changes.

Implementation

final void Function(T element)? onElementAdded;