CheckPaymentDialogItemWidget constructor

const CheckPaymentDialogItemWidget({
  1. Key? key,
  2. bool? value,
  3. dynamic onChanged(
    1. bool?
    )?,
  4. required String title,
})

Implementation

const CheckPaymentDialogItemWidget({super.key, this.value, this.onChanged, required this.title});