WebImage constructor

const WebImage(
  1. String src, {
  2. Key? key,
  3. double? width,
  4. double? height,
  5. ThumbHash? thumbhash,
  6. FutureOr<void> onForbidden()?,
})

Implementation

const WebImage(
  this.src, {
  super.key,
  this.width,
  this.height,
  this.thumbhash,
  this.onForbidden,
});