ABAPaymentLists constructor

const ABAPaymentLists({
  1. Key? key,
  2. ABAPaymentOption? value,
  3. dynamic onChanged(
    1. ABAPaymentOption? value
    )?,
})

Implementation

const ABAPaymentLists({Key? key, this.value, this.onChanged})
    : super(key: key);