flutter/examples/flutter_gallery/lib
Greg Spencer 560873af92
Wire up canRequestFocus and skipTraversal in FocusScopeNode (#43013)
This adds a canRequestFocus and skipTraversal argument to FocusScope and FocusScopeNode, so that a scope can prevent being traversed.

This allows a fix for a problem in the gallery where the focus while traversing the list of items would sometimes appear to disappear, since it would be focusing things that were in the backdrop that were part of the tree, but were not visible.

Related Issues
Fixes #42955
2019-10-18 12:31:15 -07:00
..
demo Wire up canRequestFocus and skipTraversal in FocusScopeNode (#43013) 2019-10-18 12:31:15 -07:00
gallery Wire up canRequestFocus and skipTraversal in FocusScopeNode (#43013) 2019-10-18 12:31:15 -07:00
main_publish.dart Don't show the 'preview' banner on published gallery (#16727) 2018-04-19 16:18:05 -07:00
main.dart Update Twitter handle @flutterio -> @FlutterDev (#29908) 2019-03-25 18:38:11 +00:00