ChangeNotifierAdapter constructor

ChangeNotifierAdapter(
  1. ChangeNotifier notifier,
  2. ValueGetter<double> valueGetter, {
  3. bool? animated,
  4. Direction? direction,
})

Implementation

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