Forms provide more control over when they validate. (#7283)
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
Showing
Please register or sign in to comment