FirestoreAnimatedStaggeredItemBuilder<T> typedef

FirestoreAnimatedStaggeredItemBuilder<T> = Widget Function(BuildContext context, DocumentSnapshot<T>? snapshot, Animation<double> animation, int index)

Implementation

typedef Widget FirestoreAnimatedStaggeredItemBuilder<T>(
  BuildContext context,
  DocumentSnapshot<T>? snapshot,
  Animation<double> animation,
  int index,
);