return Consumer<CartModel>( builder: (context, cart, child) { return Text("Total price: ${cart.totalPrice}"); }, );