onTapTrackStart method

  1. @protected
void onTapTrackStart()

Handler for TextSelectionGestureDetector.onTapTrackStart.

See also:

Implementation

@protected
void onTapTrackStart() {
  _isShiftPressed =
      HardwareKeyboard.instance.logicalKeysPressed.intersection(<LogicalKeyboardKey>{
        LogicalKeyboardKey.shiftLeft,
        LogicalKeyboardKey.shiftRight,
      }).isNotEmpty;
}