menu
ngcomponents package
documentation
laminate/popup/popup.dart
PopupInterface
onOpen property
onOpen property
dark_mode
light_mode
onOpen
property
@Output.new('open')
Stream
<
void
>
get
onOpen
Fires an asynchronous event when the popup is being opened.
Implementation
@Output('open') Stream<void> get onOpen;
ngcomponents package
documentation
laminate/popup/popup
PopupInterface
onOpen property
PopupInterface class