mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This primarily implements DecorationImage.lerp(). It also makes some minor tweaks, the main one of which is defering to dart:ui for `clampDouble` instead of duplicating it in package:foundation. Fixes https://github.com/flutter/flutter/issues/12452