CheckOutPage constructor
const
CheckOutPage({
- Key? key,
- required AppModel app,
- ActionModel? checkoutAction,
Implementation
const CheckOutPage({super.key, required this.app, this.checkoutAction});