mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fixes https://github.com/flutter/flutter/issues/7201. The change from `new Rect.largest()` to `Rect.largest` saves a few allocations since we'll be using these with every Canvas.