CartScreen constructor

const CartScreen({
  1. Key? key,
  2. required VoidCallback goToCheckout,
})

Implementation

const CartScreen({Key? key, required this.goToCheckout}) : super(key: key);