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