const LoadInfoIcon({ Key? key, required this.isLoading, required this.isCached, this.onReload, }) : super(key: key);