ValueListenableBuilder will listen for changes to a value notifier and automatically rebuild its children when the value changes . If you have more complex data, create a custom notifier for your data classes by extending ValueNotifier.
ValueListenableBuilder will listen for changes to a value notifier and automatically rebuild its children when the value changes . If you have more complex data, create a custom notifier for your data classes by extending ValueNotifier.