fix callbacks not updating when render object callback args change

This commit is contained in:
2025-08-16 03:19:14 +00:00
parent f2f771097b
commit cdb4f5bc0c
+3 -1
View File
@@ -138,7 +138,9 @@ class _CanvasRenderObject extends MultiChildRenderObjectWidget {
..ssPositions = ssPositions
..canvasBackground = canvasBackground
..gridSpaceOffset = gridSpaceOffset
..scale = scale;
..scale = scale
..onCanvasSizeChange = onCanvasSizeChange
..onChildSizeChange = onChildSizeChange;
}
}