LocationToScreenResult class final

A location to screen result object.

The location to screen result contains a point and visibility.

Implemented types

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
screenPoint → Offset
The screen coordinates from the location to screen result.
no setter
visibility → SceneLocationVisibility
The visibility from the location to screen result.
no setter

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