VerifyImageView constructor

VerifyImageView({
  1. Key? key,
  2. Uint8List? memoryImage,
  3. String? imageUrl,
  4. DateTime? timeStamp,
  5. bool? value,
  6. dynamic onTap()?,
})

Implementation

VerifyImageView(
    {super.key,
    this.memoryImage,
    this.imageUrl,
    this.timeStamp,
    this.value,
    this.onTap});