• Greg Spencer's avatar
    Add onChangeStart and onChangeEnd to slider. (#17298) · c2c64a5a
    Greg Spencer authored
    This fixes #17169 by adding onChangeStart and onChangeEnd to the slider. These will be called when the user starts a change, and when they end a change, regardless of whether that change is a tap or a drag.
    
    These differ from onChanged, in that they only report when the user starts and ends an interaction, not at every slight change.
    c2c64a5a
slider.dart 33.9 KB