PayemntScreen constructor
const
PayemntScreen({})
Implementation
const PayemntScreen(
{Key? key,
this.title,
required this.url,
this.titleBackgroundColor,
this.onPageFinished})
: super(key: key);