transform property

TransformGradient? get transform

The transformation function for gradient animations.

This function controls how the gradient is transformed during animations. If null, a default TranslateGradient will be used.

Implementation

TransformGradient? get transform => widget.crinkle.transform;