mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
In general, we are hugely inconsistent in what onFoo/onFoo() means. I'm cleaning out all the cases where onFoo() is a method. Also, this fixes EditableText, which got missed in the recent syncFields() pass. R=abarth@chromium.org Review URL: https://codereview.chromium.org/1175753003