setGestureInProgress abstract method

Future<void> setGestureInProgress(
  1. 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);