onPopupVisible property

  1. @Output('popupVisible')
Stream<bool> get onPopupVisible

Published when the datepicker popup starts opening or closing.

Implementation

@Output('popupVisible')
Stream<bool> get onPopupVisible => _onPopupVisible.stream;