focusEnd method
Invokes the onFocusEnd callback when a focus gesture is finished. Therefore, this method should be called whena consecutive events ended.
Implementation
@override
void focusEnd() {
super.focusEnd();
onDoubleTapEnd?.call();
}
Invokes the onFocusEnd callback when a focus gesture is finished. Therefore, this method should be called whena consecutive events ended.
@override
void focusEnd() {
super.focusEnd();
onDoubleTapEnd?.call();
}