imageFill property
Image
get
imageFill
图形, 宽高比失衡填充 >>>
Implementation
Image get imageFill {
return Image(image: this, fit: BoxFit.fill);
}
图形, 宽高比失衡填充 >>>
Image get imageFill {
return Image(image: this, fit: BoxFit.fill);
}