GazePointer constructor
GazePointer({})
Implementation
GazePointer({
required this.cameraRig,
this.dwellDuration = 2.0,
this.onDwellSelect,
this.onGazeEnter,
this.onGazeExit,
});
GazePointer({
required this.cameraRig,
this.dwellDuration = 2.0,
this.onDwellSelect,
this.onGazeEnter,
this.onGazeExit,
});