• Hans Muller's avatar
    Fix minor problems in _ScrollGestureRecognizer, Dismissable · 952e7358
    Hans Muller authored
    Alternating scroll gestures would sometimes be ignored because _ScrollGestureRecognizer didn't always reset its _state when the pointer[s] went up.
    
    A Dismissable dismiss triggered by a drag and then a fling could cause the next attempt to drag-dimiss to fail.
    
    Fixed the definition of lerpColor().
    952e7358
gesture_detector.dart 6.2 KB