ScribbleClient class Null safety
An interface to receive focus from the engine.
This is currently only used to handle UIIndirectScribbleInteraction.
Constructors
Properties
- bounds → Rect
-
The current bounds of the ScribbleClient.
read-only
- elementIdentifier → String
-
A unique identifier for this element.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
isInScribbleRect(
Rect rect) → bool - Tests whether the ScribbleClient overlaps the given rectangle bounds.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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