FirestoreAnimatedListItemBuilder<T> typedef
FirestoreAnimatedListItemBuilder<T> =
Widget Function(BuildContext context, DocumentSnapshot<T> ? snapshot, Animation<double> animation, int index)
Implementation
typedef Widget FirestoreAnimatedListItemBuilder<T>(
BuildContext context,
DocumentSnapshot<T>? snapshot,
Animation<double> animation,
int index,
);