onChildRemoved property

Stream<Event?>? onChildRemoved

Fires when children are removed. previousChildKey is null.

Implementation

Stream<Event> get onChildRemoved => _observe(_EventType.childRemoved);