depends property

List<ChangeNotifier> depends
final

The list of ChangeNotifiers that this widget depends on.

Implementation

final List<ChangeNotifier> depends;