ValueNotifierAdapter constructor

ValueNotifierAdapter(
  1. ValueNotifier<double> notifier, {
  2. bool? animated,
  3. Direction? direction,
})

Implementation

ValueNotifierAdapter(this.notifier, {bool? animated, Direction? direction})
    : super(animated: animated, direction: direction);