pivotY property
Sets the vertical pivot point for all images in the list. Please not that if the image is still loading, it might get overwritten by the loader again when the image loading is completed.
The value
is typically between 0.0 (left edge) and 1.0 (right edge).
Implementation
set pivotY(double value) => forEach((image) => image.pivotY = value);