isVisible property

bool get isVisible

Implementation

bool get isVisible {
  return _visibilityInfo?.visibleFraction == 1;
}