ScribbleClient class abstract

An interface to receive focus from the engine.

This is currently only used to handle UIIndirectScribbleInteraction.

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