TweenActorValueBuilder<T> typedef

TweenActorValueBuilder<T> = Widget Function(BuildContext context, T value, Widget? child)

A custom tween act that animates values of type T using a builder function.

Implementation

typedef TweenActorValueBuilder<T> = Widget Function(BuildContext context, T value, Widget? child);