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,
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user