UriImage( String uri, { this.width, this.height, this.color, Key? key, }) : imageUri = ImageUri(uri), super(key: key);