setToEnd method
Puts the controller into its final "completed" state.
Implementation
@override
void setToEnd() {
t = _duration;
for (final effect in effects) {
effect.resetToEnd();
}
}
Puts the controller into its final "completed" state.
@override
void setToEnd() {
t = _duration;
for (final effect in effects) {
effect.resetToEnd();
}
}