AsyncListenableErrorBuilder<T> typedef
AsyncListenableErrorBuilder<T> =
Widget Function(BuildContext context, Object error, Widget? child)
Signature for building a widget from an error.
Implementation
typedef AsyncListenableErrorBuilder<T> =
Widget Function(BuildContext context, Object error, Widget? child);