showPopupChange property

  1. @Output()
Stream<bool> get showPopupChange

Publishes event when the showPopup changes.

Implementation

@Output()
Stream<bool> get showPopupChange => _showPopupController.stream;