Home constructor
const
Home({})
Implementation
const Home(
{super.key,
required this.paymentData,
required this.callbackUrl,
this.redirectType = 'GET',
this.infos,
required this.onPaymentSuccess,
required this.onPaymentError,
});