onTapUp method

  1. @protected
bool? onTapUp(
  1. PointerUpEvent e
)

主指针抬起事件

Implementation

@protected
bool? onTapUp(PointerUpEvent e) => null;