observableSize property

Observable<Size> get observableSize

Reactive observable for the group's size.

This is manually set through resize operations or programmatically.

Implementation

Observable<Size> get observableSize => _observableSize;