IQErrorBuilder typedef

IQErrorBuilder = Widget Function(BuildContext context, dynamic error)

This is provide a method you can use to make your customization. Call when handle error.

Implementation

/// Call when handle error.
typedef IQErrorBuilder = Widget Function(BuildContext context, dynamic error);