mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Callers can manually validate by calling validate(), or tell the Form to validate on every change by setting the `autovalidate` parameter. Fixes https://github.com/flutter/flutter/issues/7219