NetworkImageLoader constructor
const
NetworkImageLoader({})
Implementation
const NetworkImageLoader({
super.key,
required this.url,
this.fit = BoxFit.contain,
this.width,
this.height,
this.unsecured = false,
this.errorWidget,
});