OfferBottomSheetController constructor

OfferBottomSheetController({
  1. required CouponService couponService,
  2. required PromoVoucherService promoVoucherService,
  3. required CartService cartService,
})

Implementation

OfferBottomSheetController({
  required this.couponService,
  required this.promoVoucherService,
  required this.cartService,
});