PaymentInstructionCard constructor

const PaymentInstructionCard({
  1. Key? key,
  2. required List paymentIntruction,
})

Implementation

const PaymentInstructionCard({
  Key? key,
  required this.paymentIntruction,
}) : super(key: key);