unboundedWillSettle property

  1. @override
bool get unboundedWillSettle
override

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;