PostPaymentScreen constructor

const PostPaymentScreen({
  1. Key? key,
  2. required bool successful,
})

Implementation

const PostPaymentScreen({super.key, required this.successful});