Skip to content

Commit

Permalink
Document _findPokablePositions
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jun 27, 2024
1 parent 8072344 commit c63aaf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 39 deletions.
5 changes: 5 additions & 0 deletions lib/src/act/act.dart
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,12 @@ class Act {
);
}

/// Attempts to find hittable position on the [snapshot] [RenderObject] using
/// an 8px grid.
///
/// It returns the results of the search as [_PokablePositions], including all
/// failed hit tests and a good estimate of a center point which is tappable
/// ([_PokablePositions.mostCenterHittablePosition]).
_PokablePositions _findPokablePositions({
required WidgetSelector<Widget> widgetSelector,
required WidgetSnapshot snapshot,
Expand Down
39 changes: 0 additions & 39 deletions test/util/measure_size.dart

This file was deleted.

0 comments on commit c63aaf5

Please sign in to comment.