valueListenable property Null safety
final
The ValueListenable whose value you depend on in order to build.
This widget does not ensure that the ValueListenable's value is not null, therefore your builder may need to handle null values.
This ValueListenable itself must not be null.
Implementation
final ValueListenable<T> valueListenable;