LocalImageConfig constructor
LocalImageConfig({})
Implementation
LocalImageConfig({
required this.imagePath,
this.imageHeight,
this.imageWidth,
this.padRight,
this.padLeft,
this.svgColor,
});
LocalImageConfig({
required this.imagePath,
this.imageHeight,
this.imageWidth,
this.padRight,
this.padLeft,
this.svgColor,
});