-
Darren Austin authored
* Fix for negative padding from a curve in AnimatedPadding. * Added a EdgeInsets.clamp function that would return an EdgeInsets instance instead of a _MixedEdgeInsets used by the base class. This was causing some tests to fail that didn't have a text direction.