cloneWithChild method

  1. @override
_NumericProxyProvider<T, T2, T3, T4, T5, Void, R> cloneWithChild (Widget child)
inherited

Implementation

@override
_NumericProxyProvider<T, T2, T3, T4, T5, T6, R> cloneWithChild(Widget child) {
  return _NumericProxyProvider(
    key: key,
    initialBuilder: initialBuilder,
    builder: builder,
    dispose: dispose,
    child: child,
  );
}