hitTestable method

Finder hitTestable(
  1. {Alignment at = Alignment.center}
)

Returns a variant of this finder that only matches elements reachable by a hit test.

The at parameter specifies the location relative to the size of the target element where the hit test is performed.

Implementation

Finder hitTestable({ Alignment at = Alignment.center }) => _HitTestableWidgetFinder(this, at);