remove waring

master
NikhilVadoliya 3 years ago
parent 151436a300
commit 650953b04e

@ -296,7 +296,7 @@ class SliderDrawerState extends State<SliderDrawer>
move(double percent) {
_percent = percent;
_animationDrawerController!.value = percent;
_animationDrawerController!.notifyListeners();
//_animationDrawerController!.notifyListeners();
}
openOrClose() {

Loading…
Cancel
Save