AssetImageIcon constructor
const
AssetImageIcon({})
Implementation
const AssetImageIcon({
super.key,
required this.asset,
this.color,
double? height,
double? width,
}) : _width = width,
_height = height;