CartScreen constructor

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

Implementation

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