ScreenState enum

An enumeration representing different states of gaze position in relation to the device screen.

  • INSIDE_OF_SCREEN: Represents a state where the gaze position is inside the device screen.
  • OUTSIDE_OF_SCREEN: Indicates a state where the gaze position is outside the device screen.
  • UNKNOWN: Denotes an unknown state of gaze position, typically occurring when gaze tracking is not accurate.
Inheritance
Available extensions

Values

INSIDE_OF_SCREEN → const ScreenState

Represents a state where the gaze position is inside the device screen.

OUTSIDE_OF_SCREEN → const ScreenState

Indicates a state where the gaze position is outside the device screen.

UNKNOWN → const ScreenState

Denotes an unknown state of gaze position, typically occurring when gaze tracking is not accurate.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<ScreenState>
A constant List of the values in this enum, in order of their declaration.