ErrorStateBuilder typedef

ErrorStateBuilder = Widget Function(BuildContext context, Object? error)

Implementation

typedef ErrorStateBuilder = Widget Function(
    BuildContext context, Object? error);