Scribe class abstract final

An interface into Android's stylus handwriting text input.

Allows handwriting directly on top of a text input using a stylus.

See also:

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.