• Adam Barth's avatar
    Switch clients of ScrollableList to ScrollableList2 · b1f9138f
    Adam Barth authored
    This patch also changed ScrollableList2 to use an Iterable instead of an
    List for its children. This change lets clients map their underlying
    data lazily. If the clients actually have a concrete list, we skip the
    extra copy and grab the child list directly.
    b1f9138f
virtual_viewport.dart 4.61 KB