stylusHandwritingEnabled property

bool stylusHandwritingEnabled
final

Whether this input supports stylus handwriting, where the user can write directly on top of a field.

Currently only the following devices are supported:

  • iPads running iOS 14 and above using an Apple Pencil.
  • Android devices running API 34 and above and using an active stylus.

On Android, Scribe gestures are detected outside of EditableText, typically by TextSelectionGestureDetectorBuilder. This is handled automatically in TextField.

See also:

  • ScribbleClient, which can be mixed into an arbitrary widget to provide iOS Scribble functionality.
  • Scribe, which can be used to interact with Android Scribe directly.

Implementation

final bool stylusHandwritingEnabled;