width property

double? width
final

If cacheWidth or cacheHeight are provided, it indicates to the engine that the image must be decoded at the specified size. The image will be rendered to the constraints of the layout or width and height regardless of these parameters. These parameters are primarily intended to reduce the memory usage of ImageCache. If non-null, this color is blended with each image pixel using colorBlendMode. If the image is of a high quality and its pixels are perfectly aligned with the physical screen pixels, extra quality enhancement may not be necessary. If so, then FilterQuality.none would be the most efficient. width width of the image

Implementation

final double? width;