mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Other changes: - Remove the default constructor for RRect and Rect. - Add trailing periods to Offset comments. - Add Offset.distanceSquared for people who want to compare x^2+y^2 to r^2 without paying the cost of the sqrt. (Corresponding fix to OvalRect coming in a separate flutter patch.) - Fix a bug in Rect.lerp(). - Fix various Rect comments. - Remove a "var" in Rect. Fixes #769.