Commit 322d1041 authored by Adam Barth's avatar Adam Barth Committed by GitHub

Add label and children to semantics update (#6268)

We were missing these before.
parent f5b9d388
...@@ -544,7 +544,9 @@ class SemanticsNode extends AbstractNode { ...@@ -544,7 +544,9 @@ class SemanticsNode extends AbstractNode {
flags: data.flags, flags: data.flags,
actions: data.actions, actions: data.actions,
rect: data.rect, rect: data.rect,
label: data.label,
transform: data.transform?.storage ?? _kIdentityTransform, transform: data.transform?.storage ?? _kIdentityTransform,
children: children,
); );
_dirty = false; _dirty = false;
} }
......
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