ThemeAsset constructor
ThemeAsset({})
Implementation
ThemeAsset({
required this.assetName,
this.assetsPath = "lib/assets/",
this.assetExt = "png",
this.lightSuffix = "_light",
this.darkSuffix = "_dark",
this.scale,
this.width,
this.height,
this.color,
});