Image({ Key? key, required this.src, this.width, this.height, this.fit, this.borderRadius, }) : super(key: key);