notifyStopReorder method

  1. @override
void notifyStopReorder(
  1. bool cancel
)

Implementation

@override
void notifyStopReorder(bool cancel) {
  renderObject.reorderStop(cancel);
}