image property

Image get image

Implementation

Image get image {
  return Image(
    image: this,
    fit: BoxFit.cover,
  );
}