Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern Linear Slider

pub package

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages