diff --git a/website/docs/custom-boxy/boxy-id.md b/website/docs/custom-boxy/boxy-id.md index 87964c1..5d54dde 100644 --- a/website/docs/custom-boxy/boxy-id.md +++ b/website/docs/custom-boxy/boxy-id.md @@ -48,7 +48,7 @@ class MyBoxyDelegate extends BoxyDelegate { // Return the size of our little column. return Size( - max(helloSize.width, worldSize.height), + max(helloSize.width, worldSize.width), helloSize.height + worldSize.height, ); }