translateX property

double get translateX

Returns translation contributing to x-axis output. With mapPoints(), moves Point along the x-axis.

@return horizontal translation factor

Implementation

double get translateX => get(kMTransX);
set translateX (double value)

Implementation

set translateX(double value) => set(kMTransX, value);