未验证 提交 3d213f55 编写于 作者: Y Yegor 提交者: GitHub

remove the no longer used `children` parameter (#5333)

上级 dee0a224
......@@ -496,13 +496,9 @@ class SemanticsUpdateBuilder extends NativeFieldWrapperClass2 {
String decreasedValue,
TextDirection textDirection,
Float64List transform,
// TODO(yjbanov): remove after moving the framework to the new param names.
Int32List children,
Int32List childrenInTraversalOrder,
Int32List childrenInHitTestOrder,
}) {
childrenInTraversalOrder ??= children;
childrenInHitTestOrder ??= children;
if (transform.length != 16)
throw new ArgumentError('transform argument must have 16 entries.');
_updateNode(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册