• Adam Barth's avatar
    PopupMenuButton should lazily build menu items · 7ab122e5
    Adam Barth authored
    Previously, the client of PopupMenuButton needed to build all the menu times
    
    when building the PopupMenuButton. This can get expensive if, for example, each
    item in a scrollable list has a popup menu associated with it.
    
    Now the client passes a builder function to the PopupMenuButton that gets
    invoked only when its time to show the menu items.
    7ab122e5
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
doc Loading commit data...
examples Loading commit data...
infra Loading commit data...
packages Loading commit data...
travis Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...