Asset constructor
const
Asset(})
Implementation
const Asset(
this.asset, {
super.key,
this.height,
this.width,
this.color,
this.placeholder,
this.errorWidget,
this.borderRadius,
this.shape,
this.onTap,
this.fit = BoxFit.fill,
});