releaseText method
release the moving-text.
Implementation
void releaseText(DragEndDetails details, FloatTextModel model, Function throwCall) {
if(isThrowText(pointerUpPosition??Offset.zero, model)) {
throwCall.call();
}
doIdle();
}
release the moving-text.
void releaseText(DragEndDetails details, FloatTextModel model, Function throwCall) {
if(isThrowText(pointerUpPosition??Offset.zero, model)) {
throwCall.call();
}
doIdle();
}