matchesInteractiveWidget method

bool matchesInteractiveWidget(
  1. Element element
)

Implementation

bool matchesInteractiveWidget(Element element) {
  return isInteractiveWidget?.call(element) ?? false;
}