ImageLoader constructor

const ImageLoader(
  1. String image, {
  2. Key? key,
  3. BoxFit? fit,
  4. double? height,
  5. double? width,
})

Implementation

const ImageLoader(this.image, {Key? key, this.fit, this.height, this.width})
    : super(key: key);