mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
To define a Component subclass with mixins, a constructor without optional parameters is needed. Added Component.fromArgs() which just delegates to the main constructor. R=rafaelw@chromium.org Review URL: https://codereview.chromium.org/1017353002