transform property

GradientTransform? transform
final

The transform, if any, to apply to the gradient.

This transform is in addition to any other transformations applied to the canvas, but does not add any transformations to the canvas.

Implementation

final GradientTransform? transform;