contentVisible property
Event fired when the visibility of the drawer changes.
Note: does not fire until after the animation is complete.
Implementation
@Output('visibleChange')
@override
Stream<bool> get contentVisible => _visibleChange.stream;
Event fired when the visibility of the drawer changes.
Note: does not fire until after the animation is complete.
@Output('visibleChange')
@override
Stream<bool> get contentVisible => _visibleChange.stream;