• Adam Barth's avatar
    Popup menu in Stocks throws exception · 2d824894
    Adam Barth authored
    Previously, we were putting a ForcedLayer just below the overlay, but that
    causes trouble for routes like the popup menu that want to position themselves
    inside the overlay. Instead, I've moved the ForcedLayer down into ModalRoute.
    
    Also, rename ForcedLayer to RepaintBoundary, which is more descriptive of what
    this widget does.
    
    Fixes #485
    2d824894
routes.dart 7.9 KB