CollecthistoryCard constructor

const CollecthistoryCard({
  1. Key? key,
  2. CollectStockHistoryContentModel? model,
  3. String? transactionId,
  4. String? date,
})

Implementation

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