Skip to content

Instantly share code, notes, and snippets.

@Norbert515
Created February 20, 2018 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Norbert515/5a0f01fd4d0d03bb8daeaf96b3592778 to your computer and use it in GitHub Desktop.
Save Norbert515/5a0f01fd4d0d03bb8daeaf96b3592778 to your computer and use it in GitHub Desktop.
BookCardState variable and initState()
class BookCardState extends State<BookCard> {
Book bookState;
@override
void initState() {
super.initState();
bookState = widget.book;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment