fix callbacks not updating when render object callback args change
This commit is contained in:
@@ -138,7 +138,9 @@ class _CanvasRenderObject extends MultiChildRenderObjectWidget {
|
|||||||
..ssPositions = ssPositions
|
..ssPositions = ssPositions
|
||||||
..canvasBackground = canvasBackground
|
..canvasBackground = canvasBackground
|
||||||
..gridSpaceOffset = gridSpaceOffset
|
..gridSpaceOffset = gridSpaceOffset
|
||||||
..scale = scale;
|
..scale = scale
|
||||||
|
..onCanvasSizeChange = onCanvasSizeChange
|
||||||
|
..onChildSizeChange = onChildSizeChange;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user