WidgetAppSVG.network constructor

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

Implementation

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