ChangeNotifierAdapter constructor

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

Implementation

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