lib/src/rendering/controller library

Typedefs

RectTweenSupplier = Tween<Rect?> Function(Rect begin, Rect end)
Signature for a function that takes two Rect instances and returns a RectTween that transitions between them.