ValueAdapter(double value, {bool? animated}) : super(ValueNotifier<double>(value), animated: animated);