AsyncValueWidgetBuilder<T> typedef

AsyncValueWidgetBuilder<T> = Widget Function(BuildContext context, T data, Object? error, bool isLoading)

Implementation

typedef AsyncValueWidgetBuilder<T> = Widget Function(
  BuildContext context,
  T data,
  Object? error,
  // ignore: avoid_positional_boolean_parameters
  bool isLoading,
);