AtomicImage constructor

AtomicImage({
  1. GestureTapCallback? onPressed,
  2. ImageType? imageType,
  3. String? imageSrc,
  4. BorderRadius? customBorderRadius,
  5. double? height,
  6. bool? useBorderRadius,
})

Implementation

AtomicImage({
  this.onPressed,
  this.imageType,
  this.imageSrc,
  this.customBorderRadius,
  this.height,
  this.useBorderRadius,
});