void notifyTouchUp(FPosition<double> point) { for (var listener in _listener) { listener.upListener?.call(point); } }