EditShopDetail constructor

EditShopDetail({
  1. Key? key,
  2. required MerchantData merchantData,
})

Implementation

EditShopDetail({Key? key, required this.merchantData})
    : super(key: key);