ValueNotifier is a special type of class that extends Changenotifier , which can hold a single value and notifies the widgets which are listening to it whenever its holding value gets change.
ValueNotifier is a special type of class that extends Changenotifier , which can hold a single value and notifies the widgets which are listening to it whenever its holding value gets change.