AssetImageWidget constructor
const
AssetImageWidget({})
Implementation
const AssetImageWidget({
super.key,
required this.assetName,
this.width,
this.height,
this.fit = BoxFit.contain,
this.color,
});
const AssetImageWidget({
super.key,
required this.assetName,
this.width,
this.height,
this.fit = BoxFit.contain,
this.color,
});