PayWithLycheeScreen constructor

const PayWithLycheeScreen({
  1. Key? key,
  2. required String amount,
  3. required String storeName,
  4. required String secretKey,
  5. required String deviceUDID,
  6. required String apiKey,
})

Implementation

const PayWithLycheeScreen(
    {super.key,
    required this.amount,
    required this.storeName,
    required this.storeLogo,
    required this.secretKey,
    required this.deviceUDID,
    required this.apiKey});