SuccessBuilder<T> typedef

  1. @Deprecated('This type will be removed. Use the "DataBuilder" instead.')
SuccessBuilder<T> = Widget Function(BuildContext context, T data)

Builder function for a success state. The data was fetched and nonnull element was returned.

Implementation

@Deprecated('This type will be removed. Use the "DataBuilder" instead.')
typedef SuccessBuilder<T> = Widget Function(BuildContext context, T data);