ViewShopItemDetail constructor

const ViewShopItemDetail({
  1. Key? key,
  2. required ProductData data,
})

Implementation

const ViewShopItemDetail(
    {Key? key,
    required this.data,})
    : super(key: key);