CheckOutPage constructor

const CheckOutPage({
  1. Key? key,
  2. required AppModel app,
  3. ActionModel? checkoutAction,
})

Implementation

const CheckOutPage({super.key, required this.app, this.checkoutAction});