ValueNotifierAdapter constructor
const
ValueNotifierAdapter(
- ValueNotifier<
double> notifier, { - bool? animated,
Implementation
const ValueNotifierAdapter(this.notifier, {bool? animated})
: super(animated: animated);