onSelectionChange property
Stream of selectionchange
events handled by this Document.
Implementation
Stream<Event> get onSelectionChange => selectionChangeEvent.forTarget(this);
Stream of selectionchange
events handled by this Document.
Stream<Event> get onSelectionChange => selectionChangeEvent.forTarget(this);