const Fetcher({ required this.fetch, required this.onSuccess, this.onLoading, this.onError, Key? key, }) : super(key: key);