rect_ext library

Extensions

RectExt on Rect
Rect transformations in this package pivot on the center unless the method name says otherwise. That's the natural choice for animation / gesture math (the center is the point that stays put during scaling), in contrast to Flutter's layout-flavored topLeft convention on Rect.fromLTRB / Rect.fromLTWH.