ABAPaymentLists constructor
const
ABAPaymentLists({
- Key? key,
- ABAPaymentOption? value,
- dynamic onChanged(
- ABAPaymentOption? value
Implementation
const ABAPaymentLists({Key? key, this.value, this.onChanged})
: super(key: key);