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