skew property

Offset? skew
final

Offset Skew, the amount of skew on the X and Y axis e.g. Offset(0.2, 0.5) would be a skew of 0.2 on the X axis and 0.5 on the Y axis

Implementation

final Offset? skew;