mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
While the documentation for MaterialType.canvas described it as an infinite shape. The implementation has been clipping it to the bounding rectangle for a while. And it is already used in the wild as a rectangular piece. So we just update the documentation to match that.