ShareItem constructor

ShareItem(
  1. int shareType, {
  2. String? customTitle,
  3. Widget? customImage,
  4. bool canClick = true,
})

Implementation

ShareItem(
  this.shareType, {
  this.customTitle,
  this.customImage,
  this.canClick = true,
});