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