end property
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;
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.
final Duration? end;