setGestureInProgress method
- bool inProgress
Tells the rendering engine that a gesture is in progress so labels can switch to gesture-friendly texture filters.
Implementation
Future<void> setGestureInProgress(bool inProgress) =>
_impl.setGestureInProgress(inProgress);