toolbarAction property

  1. @Output.new()
Stream<LiPdfViewerToolbarActionEvent> get toolbarAction

Implementation

@Output()
Stream<LiPdfViewerToolbarActionEvent> get toolbarAction =>
    _toolbarActionController.stream;