flutter.dev Reference ValueListenableBuilder class - widgets library - Dart API A widget whose content stays synced with a ValueListenable. Given a ValueListenable and a builder which builds widgets from concrete values of T, this class will automatically register itself as a listener of the ValueListenable and call the builder with u api.flutter.dev