tabChange property
Stream of TabChangeEvent instances, published when the tab has changed.
Implementation
@Output()
Stream<TabChangeEvent> get tabChange => _tabChange.stream;
Stream of TabChangeEvent instances, published when the tab has changed.
@Output()
Stream<TabChangeEvent> get tabChange => _tabChange.stream;