resolveDragStartSelection method
CanvasDragStartIntent?
resolveDragStartSelection(
- BuildContext context,
- CanvasViewportBehaviorContext ctx,
- CanvasHitTestResult hit,
- ScaleStartDetails details,
Implementation
CanvasDragStartIntent? resolveDragStartSelection(
BuildContext context,
CanvasViewportBehaviorContext ctx,
CanvasHitTestResult hit,
ScaleStartDetails details,
) {
return null;
}