begin property

Returns the interpolation of this Gradient / Gradient-subclass property at keyframe t for gradients a and b.

See GradientUtils to understand how fallbacks are determined for subclasses that do not contain this property.

Implementation

AlignmentGeometry get begin =>
    AlignmentGeometry.lerp(_a.begin, _b.begin, _shareLinearProps ? t : _t)!;