WidgetAppSVG constructor

const WidgetAppSVG(
  1. String asset, {
  2. Key? key,
  3. double? width,
  4. double? height,
  5. Color? color,
  6. BoxFit fit = BoxFit.contain,
  7. String? package,
})

Implementation

const WidgetAppSVG(
  this.asset, {
  super.key,
  this.width,
  this.height,
  this.color,
  this.fit = BoxFit.contain,
  this.package,
}) : url = null;