Notifies about list reorder
void notifyListReorder(int fromIndex, int toIndex) { if (_isDisposed) return; _callbacks?.onListReorder?.call(fromIndex, toIndex); }