onSecondaryTapDown method

  1. @protected
bool? onSecondaryTapDown(
  1. PointerDownEvent e
)

设备第二个按钮指针事件,通常对应鼠标右键(仅响应最内层事件,不允许冒泡)

Implementation

@protected
bool? onSecondaryTapDown(PointerDownEvent e) => null;