notifyStartReorder method

  1. @override
bool notifyStartReorder(
  1. BuildContext context,
  2. double dx,
  3. double dy
)

Implementation

@override
bool notifyStartReorder(BuildContext context, double dx, double dy) {
  return renderObject.reorderStart(context, dx, dy);
}