Skip to content

Instantly share code, notes, and snippets.

@AnkitChowdhury
Created January 11, 2020 22:25
Show Gist options
  • Save AnkitChowdhury/3c44acd4669cc602952aa98d1244c64e to your computer and use it in GitHub Desktop.
Save AnkitChowdhury/3c44acd4669cc602952aa98d1244c64e to your computer and use it in GitHub Desktop.
Slider(
min: 0,
max: 100,
value: _value,
onChanged: (value) {
setState(() {
_value = value;
});
},
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment