PayMobMobile constructor

PayMobMobile({
  1. required Function onFinish,
  2. required String userFirstName,
  3. required String userEmail,
  4. required String payAmount,
  5. required String apiKey,
  6. required String frame,
  7. required String integrationId,
  8. required String userPhone,
  9. required String userName,
  10. required String code,
  11. PayMobStrings? strings,
  12. Color mainColor = Colors.green,
})

Implementation

PayMobMobile({required this.onFinish, required this.userFirstName,
  required this.userEmail, required this.payAmount,
  required this.apiKey, required this.frame, required this.integrationId, required this.userPhone,
  required this.userName, required this.code, this.strings, this.mainColor = Colors.green});