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