An interface into Android's stylus handwriting text input.
Allows handwriting directly on top of a text input using a stylus.
See also:
- EditableText.stylusHandwritingEnabled, which controls whether Flutter's built-in text fields support handwriting input.
- SystemChannels.scribe, which is the MethodChannel used by this class, and which has a list of the methods that this class handles.
- developer.android.com/develop/ui/views/touch-and-input/stylus-input/stylus-input-in-text-fields, which is the Android documentation explaining the Scribe feature.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
isFeatureAvailable(
) → Future< bool> - A convenience method to check if the device currently supports Scribe stylus handwriting input.
-
isStylusHandwritingAvailable(
) → Future< bool> - Returns true if the InputMethodManager supports Scribe stylus handwriting input, false otherwise.
-
startStylusHandwriting(
) → Future< void> - Tell Android to begin receiving stylus handwriting input.