menu
credo_gateway package
documentation
widgets/payment_webview.dart
PaymentWebview
PaymentWebview const constructor
PaymentWebview const constructor
dark_mode
light_mode
PaymentWebview
constructor
const
PaymentWebview
(
{
Key
?
key
,
required
String
paymentLink
,
})
Implementation
const PaymentWebview({Key? key, required this.paymentLink}) : super(key: key);
credo_gateway package
documentation
widgets/payment_webview
PaymentWebview
PaymentWebview const constructor
PaymentWebview class