Fix docs for Focus.onKey event propagation (#59096)

This commit is contained in:
Gabriel Terwesten
2020-06-11 01:35:01 +02:00
committed by GitHub
parent b5d0b9122f
commit daddc914c7

View File

@@ -16,7 +16,7 @@ import 'inherited_notifier.dart';
///
/// For keyboard events, [onKey] is called if [FocusNode.hasFocus] is true for
/// this widget's [focusNode], unless a focused descendant's [onKey] callback
/// returns false when called.
/// returns true when called.
///
/// This widget does not provide any visual indication that the focus has
/// changed. Any desired visual changes should be made when [onFocusChanged] is