Commit 7d47f04d authored by Yasutaka Kawamoto's avatar Yasutaka Kawamoto Committed by Michael Goderbauer

Removed `then` (#22346)

parent 35e9a84c
......@@ -1559,8 +1559,8 @@ abstract class InheritedWidget extends ProxyWidget {
///
/// When this widget is rebuilt, sometimes we need to rebuild the widgets that
/// inherit from this widget but sometimes we do not. For example, if the data
/// held by this widget is the same as the data held by `oldWidget`, then then
/// we do not need to rebuild the widgets that inherited the data held by
/// held by this widget is the same as the data held by `oldWidget`, then we
/// do not need to rebuild the widgets that inherited the data held by
/// `oldWidget`.
///
/// The framework distinguishes these cases by calling this function with the
......
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