Creating Slider In Flutter

Slider is part of material design library in Flutter. Slider is used to select the values. It can be continues or discrete type. By default it acts as continues slider. Slider have many component like min value, max value, default value and more. You can perform action or save the value into a variable when …

Creating Slider In Flutter Read More »