ValueNotifierAdapter constructor

ValueNotifierAdapter(
  1. ValueNotifier<double> notifier
)

Implementation

ValueNotifierAdapter(this.notifier);