handleTapSelection method

bool handleTapSelection(
  1. BuildContext context,
  2. CanvasViewportBehaviorContext ctx,
  3. CanvasHitTestResult hit
)

Implementation

bool handleTapSelection(
  BuildContext context,
  CanvasViewportBehaviorContext ctx,
  CanvasHitTestResult hit,
) {
  return false;
}