onShow property

  1. @Output()
Stream<void> get onShow

Emits when fab is opened.

Implementation

@Output()
Stream<void> get onShow => _onShow.stream;