selected property
Observable selection state.
When true, the node is selected and may be styled differently. Not serialized to JSON.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
final Observable<bool> selected;
Observable selection state.
When true, the node is selected and may be styled differently. Not serialized to JSON.
@JsonKey(includeFromJson: false, includeToJson: false)
final Observable<bool> selected;