setUserAnimationInProgress method
- bool inProgress
Tells the rendering engine that a user-driven animation is in progress so symbol placement is more stable.
Implementation
Future<void> setUserAnimationInProgress(bool inProgress) =>
_impl.setUserAnimationInProgress(inProgress);