show property

Stream<bool> get show

Implementation

Stream<bool> get show {
  _checkDisposed();
  return _showTipController.stream;
}