Commit 9b29e830 authored by tery lim's avatar tery lim Committed by Michael Goderbauer

Fix documentation for the required argument (#41675)

parent 79cbe25b
...@@ -46,7 +46,7 @@ class RawKeyboardListener extends StatefulWidget { ...@@ -46,7 +46,7 @@ class RawKeyboardListener extends StatefulWidget {
assert(child != null), assert(child != null),
super(key: key); super(key: key);
/// {@macro flutter.widgets.Focus.focusNode} /// Controls whether this widget has keyboard focus.
final FocusNode focusNode; final FocusNode focusNode;
/// {@macro flutter.widgets.Focus.autofocus} /// {@macro flutter.widgets.Focus.autofocus}
......
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