CollecthistoryCard constructor

const CollecthistoryCard({
  1. Key? key,
  2. required CollectStockHistoryContentModel model,
})

Implementation

const CollecthistoryCard({super.key, required this.model});