• Greg Spencer's avatar
    Slider Visual Update (#14901) · 701eff4a
    Greg Spencer authored
    This implements an update to the look of the Slider widget.
    
    Specifically, it does the following:
    
    * Adds the ability to customize the colors of all components of the slider
    * Adds the ability to customize the shape of the slider thumb and value indicator
    * Adds the ability to show the value indicator on continuous sliders
    * Updates the default value indicator to be a "paddle" shape with new animations.
    * Changes the tick marks to be visible all the time on discrete sliders
    * Fixes a memory leak of an animation controller.
    * Removes "thumbOpenAtMin" flag, which is no longer needed, and can be emulated by the
    custom thumb shape support. It was not widely used.
    * Adds tests for all of the new features.
    701eff4a
Name
Last commit
Last update
..
src Loading commit data...
analysis_options_user.yaml Loading commit data...
animation.dart Loading commit data...
cupertino.dart Loading commit data...
foundation.dart Loading commit data...
gestures.dart Loading commit data...
material.dart Loading commit data...
painting.dart Loading commit data...
physics.dart Loading commit data...
rendering.dart Loading commit data...
scheduler.dart Loading commit data...
semantics.dart Loading commit data...
services.dart Loading commit data...
widgets.dart Loading commit data...