mirror of
https://github.com/encounter/flutter.git
synced 2026-03-30 11:10:35 -07:00
1a3adae101
We now use the `@required` annotation to encourage developers to explicitly set onPressed and onChanged callbacks to null when that would disable the widget. Fixes #287