Results 544 comments of Ian Hickson

to make the hit box bigger, you have to make the widget (and all its ancestors) bigger. How you do that is up to you.

Is the GestureDetector inside something that's forcing its size?

oh if the padding had no effect check that the hit behavior on the gesture detector is set to opaque. by default it defers to the child's behavior and ignores...

test-exempt: configuration change ...though it would be really nice to have some sort of actual end-to-end test for the docs, just so we catch it when we accidentally break search...

Tests can actually get to the private classes, they just can't use the private class name. You can cast the render object to `dynamic` and can call things on it...

Ah, I see. Yeah, that's unfortunate. Probably fine to skip the test for now then. test-exempt: not technically changing actual behaviour.

@elbeicktalat Will you be able to continue working on this? It's totally fine if not; we can take it over (though it might take longer). I'm just asking because I'm...

@Hardeepsingh980 Is this a PR you are still interested in working on?

@Hardeepsingh980 Thanks for the contribution! It looks like some tests are failing. If you would like to land this PR we'll need to make sure the tests pass first. If...