pivotX property

set pivotX (double value)

Sets the horizontal 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 pivotX(double value) => forEach((image) => image.pivotX = value);