Unverified Commit c1256d53 authored by Polina Cherkasova's avatar Polina Cherkasova Committed by GitHub

_FocusTraversalGroupNode should communicate creation in constructor. (#133717)

parent 54402ae3
......@@ -1784,7 +1784,11 @@ class _FocusTraversalGroupNode extends FocusNode {
_FocusTraversalGroupNode({
super.debugLabel,
required this.policy,
});
}) {
if (kFlutterMemoryAllocationsEnabled) {
maybeDispatchObjectCreation();
}
}
FocusTraversalPolicy policy;
}
......
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