Skip to content

Instantly share code, notes, and snippets.

@AakashPandey
Created January 2, 2020 12:18
Show Gist options
  • Save AakashPandey/c0bd77cbcc9eb78f9991033ac5d747cf to your computer and use it in GitHub Desktop.
Save AakashPandey/c0bd77cbcc9eb78f9991033ac5d747cf to your computer and use it in GitHub Desktop.
// .......
Expanded(
child: StateBuilder(
models: [allHeroesList],
builder: (context, _) {
return ListView.separated(
padding: EdgeInsets.symmetric(horizontal: 10),
itemCount: allHeroesList.allHeroes.length,
// .......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment