skewY property
double
get
skewY
Returns scale factor multiplied by x-axis input, contributing to y-axis output. With mapPoints(), skews Point along the y-axis. Skewing both axes can rotate Point.
@return vertical skew factor
Implementation
double get skewY => get(kMSkewY);
set
skewY
(double value)
Implementation
set skewY(double value) => set(kMSkewY, value);