spot icon indicating copy to clipboard operation
spot copied to clipboard

spotWidgetAtPosition

Open robiness opened this issue 2 years ago • 0 comments

I'd love a function to find widgets on a position on screen. For example

spot().spotWidgetsAtPosition(Offset offset) returns a full list of all widgets found at that position.

spot().spotWidgetAtPosition<T>(Offset offset) returns the first widget of that Type on that position.

robiness avatar Nov 09 '23 15:11 robiness