ProductTitleCard constructor Null safety

const ProductTitleCard(
  1. dynamic product,
  2. bool isSelectable,
  3. {bool dense = false,
  4. bool isRemovable = true}
)

Implementation

const ProductTitleCard(
  this.product,
  this.isSelectable, {
  this.dense = false,
  this.isRemovable = true,
});