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;