AddProducts constructor

const AddProducts({
  1. Key? key,
  2. DepositsEcommerceContext? shopContext,
})

Implementation

const AddProducts({Key? key, this.shopContext}) : super(key: key);