update method
dynamic
update(
- dynamic newValue
Implementation
update(newValue) {
setState(() {
_progress = newValue;
});
}
update(newValue) {
setState(() {
_progress = newValue;
});
}