observableColor property

Observable<Color> get observableColor

Reactive observable for the group's color.

The color affects the group's header bar and background tint.

Implementation

Observable<Color> get observableColor => _observableColor;