Unverified Commit daddc914 authored by Gabriel Terwesten's avatar Gabriel Terwesten Committed by GitHub

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

parent b5d0b912
......@@ -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
......
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