focusChanges property

Stream<bool> focusChanges

A ChangeNotifier that emits an event every time the focus status of the control changes.

Implementation

Stream<bool> get focusChanges => _focusChanges.stream;