ClickToOpenImageViwer constructor

const ClickToOpenImageViwer({
  1. Key? key,
  2. String? ImageLink,
  3. String? ImagePath,
  4. File? file,
  5. Uint8List? bytes,
  6. double? Height,
  7. double? Width,
  8. BorderRadius? borderRadius,
})

Implementation

const ClickToOpenImageViwer(
    {super.key,
    this.ImageLink,
    this.ImagePath,
    this.file,
    this.bytes,
    this.Height,
    this.Width,
    this.borderRadius});