touchChanges property

Stream<bool> touchChanges

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

Implementation

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