ScribbleClient class abstract

An interface into iOS's stylus handwriting text input.

See also:

Constructors

ScribbleClient()

Properties

bounds Rect
The current bounds of the ScribbleClient.
no setter
elementIdentifier String
A unique identifier for this element.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isInScribbleRect(Rect rect) bool
Tests whether the ScribbleClient overlaps the given rectangle bounds.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onScribbleFocus(Offset offset) → void
Called by the engine when the ScribbleClient should receive focus.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited