focusEvents property

Stream<Offset> get focusEvents

Emits the normalized (0..1) view-relative tap-to-focus point.

Implementation

Stream<Offset> get focusEvents => _focusController.stream;