SetUpShop constructor

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

Implementation

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