contentVisible property

  1. @Output('visibleChange')
  2. @override
Stream<bool> get contentVisible
override

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;