skew property

double? skew
final

The amount to skew the Widget in both the x and y directions. This must be null if skewX and skewY are provided.

Implementation

final double? skew;