isElementVisuallyActionable method

bool isElementVisuallyActionable(
  1. Element element
)

Whether element is on the current modal route, not offstage, and on-screen.

Implementation

bool isElementVisuallyActionable(Element element) =>
    _isElementInViewport(element);