onTapDown method

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

主指针按下事件

Implementation

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