Skip to content

Instantly share code, notes, and snippets.

@TechieBlossom
Last active October 4, 2020 11:49
Show Gist options
  • Save TechieBlossom/132a9ef0f3cf18a806836f8fcde10d19 to your computer and use it in GitHub Desktop.
Save TechieBlossom/132a9ef0f3cf18a806836f8fcde10d19 to your computer and use it in GitHub Desktop.
itemBuilder: (context, index) {
final MovieEntity movie = widget.movies[index];
return AnimatedMovieCardWidget(
index: index,
pageController: _pageController,
movieId: movie.id,
posterPath: movie.posterPath,
);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment