Add label and children to semantics update (#6268)
We were missing these before.
This commit is contained in:
parent
f5b9d388cd
commit
322d1041a8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user