cloneWithChild method
- @override
override
Implementation
@override
ValueListenableProvider<T> cloneWithChild(Widget child) {
return ValueListenableProvider._(
key: key,
delegate: delegate,
updateShouldNotify: updateShouldNotify,
child: child,
);
}