visibleChange property

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

Fired when the dropdown's visibility changes.

Implementation

@Output()
Stream<bool> get visibleChange => _visibleStream.stream;