mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adds Missing `onHover` & `onFocusChange` for `OutlinedButton.icon`. I've copy-pasted the tests of OutlinedButton for OutlinedButton.icon. Also, `onHover` & `onFocusChange` are already there in ElevatedButton.icon, FilledButton.icon & TextButton.icon, but tests files for these 3 doesn't test for icon variants. Fixes #144256