• Todd Volkert's avatar
    Add onLongPressDown, onLongPressCancel (#81260) · 91de4bd3
    Todd Volkert authored
    This adds support for GestureDetector.onLongPressDown and
    GestureDetector.onLongPressCancel, allowing callers to register
    interest in the initial pointer contact that might turn into
    a long-press (and the associated cancel event if the gesture
    loses).
    91de4bd3
scrollbar_test.dart 36.1 KB