• 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
..
src Loading commit data...
animation.dart Loading commit data...
gestures.dart Loading commit data...
http.dart Loading commit data...
material.dart Loading commit data...
painting.dart Loading commit data...
rendering.dart Loading commit data...
services.dart Loading commit data...
widgets.dart Loading commit data...