ReorderItemProxyDecoratorCallable typedef

ReorderItemProxyDecoratorCallable = Callable3<Widget, Widget, int, Animation<double>>

typedef ReorderItemProxyDecorator = Widget Function(Widget child, int index, Animation

Implementation

typedef ReorderItemProxyDecoratorCallable
    = Callable3<Widget, Widget, int, Animation<double>>;