MoolrePayButton constructor
const
MoolrePayButton({})
Implementation
const MoolrePayButton({
Key? key,
required this.amount,
required this.publicKey,
required this.accountNumber,
this.currency = 'GHS',
this.email,
this.reference,
this.callbackUrl,
this.style,
this.onSuccess,
this.onError,
}) : super(key: key);