ShareImage constructor

const ShareImage({
  1. required String imagePath,
  2. String? text,
})

Implementation

const ShareImage({
  required this.imagePath,
  this.text,
});