PaymentScreen constructor
const
PaymentScreen({})
Implementation
const PaymentScreen(
{Key? key,
required this.orderNo,
required this.isTestMode,
required this.email,
required this.redirectPage})
: super(key: key);