image property

Image get image

图形, 宽高比等比例填充 >>>

Implementation

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