spot
spot copied to clipboard
spotWidgetAtPosition
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.