Skip to content

Commit

Permalink
remove waring
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilVadoliya committed Jan 26, 2022
1 parent 151436a commit 650953b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/slider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class SliderDrawerState extends State<SliderDrawer>
move(double percent) {
_percent = percent;
_animationDrawerController!.value = percent;
_animationDrawerController!.notifyListeners();
//_animationDrawerController!.notifyListeners();
}

openOrClose() {
Expand Down

0 comments on commit 650953b

Please sign in to comment.