bool marksScrollableBoundary(Element element) { return isScrollableBoundary?.call(element) ?? false; }