Skip to content

muhammad369/modern_linear_slider

Repository files navigation

Modern Linear Slider

A value slider works by touching and dragging in the increasing or decreasign direction, and not affected by tapping which gives more decent experience for touch devices

Usage Example

ModernLinearSlider(
  backgroundColor: Colors.black26,
  foregroundColor: Colors.blueAccent,
  disabledColor: Colors.black38,
  value: val.toDouble(),
  onValueChanging: (i) {
    setState(() {
      val = i.toInt();
    });
  },
  onValueChanged: (i) {},
),

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published