scribble constant

  1. @Deprecated('Use stylusHandwriting instead. ' 'This feature was deprecated after v3.28.0-0.1.pre.')
SelectionChangedCause const scribble

The user used stylus handwriting to change the selection.

Currently, this is only supported on iPadOS 14+ via the Scribble feature, or on Android API 34+ via the Scribe feature.

Implementation

@Deprecated(
  'Use stylusHandwriting instead. '
  'This feature was deprecated after v3.28.0-0.1.pre.',
)
static const SelectionChangedCause scribble = stylusHandwriting;