mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
- Instead of using a ColorFilter or an Opacity widget to colorize the Icons, add a ColorFilter parameter it the image classes. This avoids needing to call saveLayer for each DrawerItem. - Ask Android for unbuffered input events to avoid bad synchronization with vsync. R=ianh@google.com Review URL: https://codereview.chromium.org/1236043004 .