PaymentProcessing constructor

const PaymentProcessing({
  1. Key? key,
  2. required dynamic orderGif,
})

Implementation

const PaymentProcessing({super.key, required this.orderGif});