visible property

  1. @Output.new()
Stream<bool> get visible

Implementation

@Output()
Stream<bool> get visible => _visibleCtrl.stream;