AnimatedListCubeItemBuilder<T> typedef

AnimatedListCubeItemBuilder<T> = Widget Function(BuildContext context, T item, Animation<double> animation, TypeAnimationListEnum type)

Implementation

typedef AnimatedListCubeItemBuilder<T> = Widget Function(
  BuildContext context,
  T item,
  Animation<double> animation,
  TypeAnimationListEnum type,
);