CouponListDialog constructor

const CouponListDialog(
  1. {Key? key,
  2. dynamic onApply(
      )?}
    )

    Implementation

    const CouponListDialog({
      Key? key,
      this.onApply,
    }) : super(key: key);