Closed
Description
The MinimumTextContrastGuideline
matcher assumes that all widgets are painted into the same view:
In a multi-window world this is not true. Instead, the matcher needs to look up the View of a given element via the View.of(context)
API (or alternatively walk the widget tree up until it reaches a view widget).
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done