Can you make the hitTest configurable. I'm drawing a rect with stroke style but I'm interested on when the contained area is clicked. So that I also get the r.contains() behaviour on stroke style rects (or other shapes).
https://github.com/nateshmbhat/touchable/blob/master/lib/src/shapes/rectangle.dart#L22