PayemntScreen constructor
const
PayemntScreen({})
Implementation
const PayemntScreen({
Key? key,
this.title,
required this.url,
@Deprecated("Use appBarBackgroundColor") this.titleBackgroundColor,
this.appBarBackgroundColor,
this.appBarTextColor,
this.appBarElevation,
this.onProgress,
this.onPageFinished,
}) : super(key: key);