SuccessBuilder<T> typedef
- @Deprecated('This type will be removed. Use the "DataBuilder" instead.')
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);