Skip to content

Instantly share code, notes, and snippets.

@AbbasHoseini
Last active December 10, 2021 06:14
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 AbbasHoseini/76d384f8787b171d10877369a70d4314 to your computer and use it in GitHub Desktop.
Save AbbasHoseini/76d384f8787b171d10877369a70d4314 to your computer and use it in GitHub Desktop.
return Consumer<CartModel>(
builder: (context, cart, child) {
return Text("Total price: ${cart.totalPrice}");
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment