Minimum touch target size from ViewConfiguration changes the sizes that tests are seeing. This makes it difficult to know what the real size of a layout is.
Add a new property to SemanticsNode to retrieve the touch target size and let every other size reflect the layout size.
Description
Minimum touch target size from ViewConfiguration changes the sizes that tests are seeing. This makes it difficult to know what the real size of a layout is.
Add a new property to SemanticsNode to retrieve the touch target size and let every other size reflect the layout size.