imageFill property

Image get imageFill

图形, 宽高比失衡填充 >>>

Implementation

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