isShowing method

bool isShowing()

是否显示

Implementation

bool isShowing() {
  return _isShowing;
}