A container class representing a loaded image.
Example usage:
val bitmap = image.value?.bytes?.toImageBitMap()bitmap?.let { Image( bitmap = it, contentDescription = null )}
The raw bytes read from the file