Unverified Commit e949ff54 authored by Michel Feinstein's avatar Michel Feinstein Committed by GitHub

Error on FocusTraversalGroup or Focus docs (#68981)

parent e0ec9a06
...@@ -1445,7 +1445,7 @@ class FocusTraversalOrder extends InheritedWidget { ...@@ -1445,7 +1445,7 @@ class FocusTraversalOrder extends InheritedWidget {
/// By default, traverses in reading order using [ReadingOrderTraversalPolicy]. /// By default, traverses in reading order using [ReadingOrderTraversalPolicy].
/// ///
/// To prevent the members of the group from being focused, set the /// To prevent the members of the group from being focused, set the
/// [descendantsAreFocusable] attribute to true. /// [descendantsAreFocusable] attribute to false.
/// ///
/// {@tool dartpad --template=stateless_widget_material} /// {@tool dartpad --template=stateless_widget_material}
/// This sample shows three rows of buttons, each grouped by a /// This sample shows three rows of buttons, each grouped by a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment