-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Adds FocusHighlight widget to show highlights around focused widgets. #30077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e54eae6 to
e933b67
Compare
3fd9bf5 to
6bdb4d4
Compare
8fd4823 to
9127e86
Compare
6622b7b to
4349eca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use the pattern in the style guide
4349eca to
2079057
Compare
|
Closing this, since I decided that the I'll move some of the minor cleanups that were here into another PR. |
Description
This implements a
FocusHighlightwidget to do highlighting of focused widgets, in addition to some examples and manual tests for focus.It also currently includes the contents of #30076, which will be rebased out after that is committed.
Here is a diff of the two so it's obvious what is included here.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?