popupVisibleChange property

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

Publishes events when the popupVisible changes.

Implementation

@Output()
Stream<bool> get popupVisibleChange => _popupVisibleController.stream;