PaymentSuccessScreen constructor
const
PaymentSuccessScreen({
- Key? key,
- required PaymentData paymentData,
- required num paymentAmount,
- required Color methodColor,
- VoidCallback? onFinish,
Implementation
const PaymentSuccessScreen({
super.key,
required this.paymentData,
required this.paymentAmount,
required this.methodColor,
this.onFinish,
});