valueNotifier property

ValueNotifier<double>? valueNotifier
final

Allows you to use a global ValueNotifier with the current progress. This can be used to hide the BottomNavigationBar.

Implementation

final ValueNotifier<double>? valueNotifier;