ProNetworkImage constructor
const
ProNetworkImage({})
Using network image is now more easy with ProNetworkImage. Just check parameters and pass values.
Implementation
const ProNetworkImage({
Key? key,
required this.height,
required this.width,
required this.imageUrl,
this.scale,
this.headers,
this.boxFit,
this.imageAlignment,
this.borderRadius,
this.child,
}) : super(key: key);