mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
There's no reason to keep two identical lists of the sheets and have this separate object. I also moved the updating logic out of StyleResolver and into ScopedStyleResolver which makes more sense. There's still some weirdness since some global state still exists in the StyleResolver, but that's something we can fix in future patches. R=ojan@chromium.org Review URL: https://codereview.chromium.org/852703002