reorderAttempt property

  1. @Output()
Stream<ReorderEvent> get reorderAttempt

Will emit ReorderEvent when the prospective reordering position has changed.

Implementation

@Output()
Stream<ReorderEvent> get reorderAttempt => _reorderAttempt.stream;