onTapTrackReset method
Handler for TextSelectionGestureDetector.onTapTrackReset.
See also:
- TextSelectionGestureDetector.onTapTrackReset, which triggers this callback.
Implementation
@protected
void onTapTrackReset() {
_isShiftPressed = false;
}
Handler for TextSelectionGestureDetector.onTapTrackReset.
See also:
@protected
void onTapTrackReset() {
_isShiftPressed = false;
}