AnimatedChildValueBuilder<T> typedef

AnimatedChildValueBuilder<T> = Widget Function(BuildContext context, T oldValue, T newValue, double t, Widget? child)

Implementation

typedef AnimatedChildValueBuilder<T> = Widget Function(
    BuildContext context, T oldValue, T newValue, double t, Widget? child);