ValueNotifierAdapter constructor

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

Implementation

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