Fix documentation for the required argument (#41675)

This commit is contained in:
tery lim 2019-10-10 12:32:17 +13:00 committed by Michael Goderbauer
parent 79cbe25b95
commit 9b29e830ca

View file

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