PNetworkImage constructor

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

Implementation

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