touchChanges property

Stream<bool> get touchChanges
inherited

A Stream that emits an event every time the control is touched or untouched.

Implementation

Stream<bool> get touchChanges => _touchChanges.stream;