onVisibleChanged property

Stream<bool> get onVisibleChanged

An event stream that fires when the popup's visibility changes.

NOTE: This will occur after open or close have completed.

Implementation

Stream<bool> get onVisibleChanged;