unboundedWillSettle property
Whether this motion will settle without bounds.
Returns false for SpringMotion because spring physics may not necessarily terminate without bounds in all configurations.
Implementation
@override
bool get unboundedWillSettle => false;