valueListenable property

ValueListenable<T> valueListenable
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.

Implementation

final ValueListenable<T> valueListenable;