const ImageWidget({ Key? key, required this.url, this.erroIcon, this.width, this.height, this.fit, }) : super(key: key);