Add label and children to semantics update (#6268)

We were missing these before.
This commit is contained in:
Adam Barth 2016-10-11 12:16:07 -07:00 committed by GitHub
parent f5b9d388cd
commit 322d1041a8

View File

@ -544,7 +544,9 @@ class SemanticsNode extends AbstractNode {
flags: data.flags,
actions: data.actions,
rect: data.rect,
label: data.label,
transform: data.transform?.storage ?? _kIdentityTransform,
children: children,
);
_dirty = false;
}