• Adam Barth's avatar
    Improve hit testing · 9bc64540
    Adam Barth authored
    Now a RenderBox is considered hit if one of its children are hit or it itself
    decides that it's hit. In particular, empty space inside a flex won't be hit
    because none of the children are located there and a RenderFlex doesn't
    consider itself hittable.
    
    Fixes #53
    Fixes #1221
    9bc64540
Name
Last commit
Last update
..
box_test.dart Loading commit data...
flex_test.dart Loading commit data...
grid_test.dart Loading commit data...
image_test.dart Loading commit data...
intrinsic_width_test.dart Loading commit data...
offstage_test.dart Loading commit data...
overflow_test.dart Loading commit data...
positioned_box_test.dart Loading commit data...
rendering_tester.dart Loading commit data...
size_test.dart Loading commit data...
stack_test.dart Loading commit data...
viewport_test.dart Loading commit data...