isAlwaysShow method

bool isAlwaysShow()

Implementation

bool isAlwaysShow() {
  return !_isHide && !(_hideTimer?.isActive ?? false);
}