SubProviderUpdate2<T, T2, R> typedef

SubProviderUpdate2<T, T2, R> = R Function(BuildContext context, T value, T2 value2, R previous)

Called to update the Provider of a SubProvider.

Implementation

typedef SubProviderUpdate2<T, T2, R> = R Function(
  BuildContext context,
  T value,
  T2 value2,
  R previous,
);