collectionChanges property

Stream<List<AbstractControl<Object?>>> collectionChanges

Emits when a control is added or removed from collection.

Implementation

Stream<List<AbstractControl<Object?>>> get collectionChanges =>
    _collectionChanges.stream;