scribbleInProgress property Null safety
Whether there is currently a Scribble interaction in progress.
This is used to make sure selection handles are shown when UIKit changes the selection during a Scribble interaction.
Implementation
bool get scribbleInProgress => TextInput._instance.scribbleInProgress;