end property

Duration? end
final

The duration at which the animation should end.

If null, animation continues until the full duration. When specified, the animation reaches progress 1.0 at this point and holds that value.

Implementation

final Duration? end;