PaymentOptionsListview constructor

const PaymentOptionsListview({
  1. Key? key,
  2. required List<PaymentOption> paymentOptionsList,
})

Implementation

const PaymentOptionsListview({
  Key? key,
  required this.paymentOptionsList,
}) : super(key: key);