menu
kyrmannpay_flutter package
documentation
widgets/home_widget/operator_content.dart
OperatorContent
OperatorContent.new const constructor
OperatorContent.new const constructor
dark_mode
light_mode
OperatorContent
constructor
const
OperatorContent
(
{
Key
?
key
,
required
Function
onPaymentSuccess
,
required
Function
onPaymentError
,
})
Implementation
const OperatorContent( {super.key, required this.onPaymentSuccess, required this.onPaymentError});
kyrmannpay_flutter package
documentation
widgets/home_widget/operator_content
OperatorContent
OperatorContent.new const constructor
OperatorContent class