PaymentSuccessScreen constructor

const PaymentSuccessScreen({
  1. Key? key,
  2. required double amount,
})

Implementation

const PaymentSuccessScreen({super.key, required this.amount});