ErrorBuilder typedef Null safety

ErrorBuilder = Widget Function(Object error)

Implementation

typedef ErrorBuilder = Widget Function(Object error);