ChangeNotifierAdapter constructor
const
ChangeNotifierAdapter(
- ChangeNotifier notifier,
- ValueGetter<
double> valueGetter, { - bool? animated,
Implementation
const ChangeNotifierAdapter(this.notifier, this.valueGetter, {bool? animated})
: super(animated: animated);