mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
## Description This PR adds some documentation to `DropdownButtonFormField.onChanged` to clarify the precedence order related to `Form.onChanged`. ## Related Issue Fixes [DropdownButtonFormField changes not absorbing Form onChanged Function](https://github.com/flutter/flutter/issues/86336) ## Tests Documentation only